Commit Log (Page 29 of 80)

back to main page

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 Next >>

Summary Period: 2003-08-29 to 2003-08-24 (Commits 2519-2568 of 3968)

vrtisworks 2003-08-29 19:13

fixed minor bug in doc_mb.tpl. boolean is 0/1 in metabase... not N or Y....

2 lines of code changed in:

slocati 2003-08-29 17:34

Removed query check I added before for testing, because we have the
callback function

2 lines of code changed in:

slocati 2003-08-29 17:33

more accurate permission check (still testing it)

15 lines of code changed in:

slocati 2003-08-29 17:18

Changed the logic to considered approved items with at least an approved
object, even if they hold not approved objects too. This is because if I
add a new object to an approved item, it's true that I want it to approve
but it's also true that I don't want the available objects to suddenly
disappear.

11 lines of code changed in:

slocati 2003-08-29 17:15

doc_item.approved becomes a boolean flag. There is no pratical need to
keep the more accurate three state information.

6 lines of code changed in:

slocati 2003-08-29 17:12

Going back to the previous query that finds not approved items as items
with at least an object not approved, because checking the approved flag
only would make us miss items only partly approved.

7 lines of code changed in:

slocati 2003-08-29 13:44

Added a new fixapprove page to initialize the new approve flag of table
doc_item. A run of this util is required only if doc_item table contains
previous data: I need it.

68 lines of code changed in:

slocati 2003-08-29 13:14

Applying the proper style

2 lines of code changed in:

slocati 2003-08-29 13:05

Using the new approved column for a faster query. Indenting fixed.

16 lines of code changed in:

slocati 2003-08-29 12:49

Found the second and last duplicated message

3 lines of code changed in:

slocati 2003-08-29 12:41

One of the two duplicated messages found

2 lines of code changed in:

slocati 2003-08-29 12:25

Again, removing a forgotten calendar

1 lines of code changed in:

slocati 2003-08-29 11:41

Fixed a little error found with the new Metabase error callback function

5 lines of code changed in:

slocati 2003-08-29 11:15

just fixed indenting

19 lines of code changed in:

slocati 2003-08-29 10:31

Metabase error handler added. Fixed a typo too.

3 lines of code changed in:

slocati 2003-08-29 10:30

A first simple Metabase Error handler function

10 lines of code changed in:

slocati 2003-08-29 10:01

The little calendar was forgotten here

1 lines of code changed in:

slocati 2003-08-29 09:27

wrong WHERE fixed

2 lines of code changed in:

slocati 2003-08-29 09:20

Just a test of addErr()

4 lines of code changed in:

slocati 2003-08-29 09:19

First test implementation of addErr() function... I have to commit to test
it on another server.

16 lines of code changed in:

slocati 2003-08-29 08:37

The module variable was forgotten from a previous try. The query to fetch
existing parameters to be modified can retrieve just the parameter name, no
need to fetch the previous value or description.

2 lines of code changed in:

slocati 2003-08-29 08:32

Added the id_module and ord columns, added err_email parameter

15 lines of code changed in:

slocati 2003-08-29 08:28

Makes obliquid more robust: even if configparms is accidentally deleted the
site still works! :-)

3 lines of code changed in:

slocati 2003-08-29 08:09

Parameters are now ordered and grouped by module

34 lines of code changed in:

slocati 2003-08-29 07:14

Added id_module and ord integer extra columns to configparms

7 lines of code changed in:

slocati 2003-08-28 10:53

Files are saved in cat1/cat2 dir, so when changing those categories files
are also moved so we keep the filesystem tidy and organized. Note that
even without this moving things were still working because the relative
path was saved, but yes, perfection exists. There are also checks that if
the file moving fails, it does so silently leaving all the files still
linked.

184 lines of code changed in:

slocati 2003-08-28 08:10

Shows the Id of the person, the query is done with a left Join now, instead
of a cartesian product and it's more fail safe, since it won't lose the
cal_person Ids even if the person doesn't exist.

7 lines of code changed in:

slocati 2003-08-27 19:38

Linked object is now more visible

3 lines of code changed in:

slocati 2003-08-26 17:10

LIMIT 30, just in case there are lots of meetings

2 lines of code changed in:

slocati 2003-08-26 17:07

order by start

3 lines of code changed in:

slocati 2003-08-26 17:01

Added a meeting icon to the user list, to view the meetings of a person

108 lines of code changed in:

slocati 2003-08-26 17:00

A few lines with tabs, causing layout problems, replaced by spaces

26 lines of code changed in:

slocati 2003-08-26 16:29

Comments updated

6 lines of code changed in:

slocati 2003-08-26 14:25

the previous continue fix did not work properly. now it does

6 lines of code changed in:

slocati 2003-08-26 14:23

Bugfix: events of the person were not recognized any more, because I forgot
to convert from the associative syntax the check

2 lines of code changed in:

slocati 2003-08-26 07:14

Found the two last files that were still using SELECT MAX() to find the
next available id in security tables instead of the sequence. There aren't
any more because I checked with grep.

9 lines of code changed in:

slocati 2003-08-26 06:45

Using continue in the for loop could make me delete one level of indenting
making the code easier to read

68 lines of code changed in:

slocati 2003-08-26 06:19

message changed

4 lines of code changed in:

slocati 2003-08-25 17:23

Adding tsuffix for table configparms

5 lines of code changed in:

slocati 2003-08-25 17:14

Added page dev_checkdb to check that the db structure is complete and
correct.

66 lines of code changed in:

slocati 2003-08-25 09:26

Bugfix: could not insert the second person. Two persons are used for
meetings only.

5 lines of code changed in:

slocati 2003-08-25 05:56

Fixes suggested by Manuel Lemos:
> You commented out the HTML header and footer [...]
- added a note to remember to uncomment the section before submitting to
Metabase (the comment is OK in obliquid since it's a slot)
> The background of HTML was not defined.
- fixed. (it's in the comments)
> You mixed HTML tags lower and upper case.
- fixed. (it's now XHTML compliant)

24 lines of code changed in:

slocati 2003-08-24 15:24

Another important update that I've always delayed: now user_choose is
consistent with user_adm (I copied and modified it the bare minimum).
Besides adding paging (here with 20 persons per page), it removes one of
the last QueryRowAssoc still floating around.

207 lines of code changed in:

slocati 2003-08-24 15:01

Severe bug fixed: records over 100.000 were NOT preserved. In any case
before reloading a table a backup of its dump is wise: luckily I did it :-)

11 lines of code changed in:

slocati 2003-08-24 07:00

Starting from 10000 instead from 1000 as agreed

3 lines of code changed in:

slocati 2003-08-24 06:16

updated

0 lines of code changed in:

slocati 2003-08-24 06:09

Ready for Obliquid 0.6.9

219 lines of code changed in:

slocati 2003-08-24 06:07

message merge

2 lines of code changed in:

slocati 2003-08-24 06:07

Message merge

2 lines of code changed in:

slocati 2003-08-24 05:47

New slot reloadpo, added to page dev_uploadpo, solves the problem of coping
with common and local messages files. I am committing it so I can test it
on a site that actually has common and local PO files.

104 lines of code changed in:

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 Next >>


Generated by StatCvs v0.2-dev