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)
fixed minor bug in doc_mb.tpl. boolean is 0/1 in metabase... not N or Y....
2 lines of code changed in:
Removed query check I added before for testing, because we have the
callback function
2 lines of code changed in:
more accurate permission check (still testing it)
15 lines of code changed in:
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:
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:
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:
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:
Applying the proper style
2 lines of code changed in:
Using the new approved column for a faster query. Indenting fixed.
16 lines of code changed in:
Found the second and last duplicated message
3 lines of code changed in:
One of the two duplicated messages found
2 lines of code changed in:
Again, removing a forgotten calendar
1 lines of code changed in:
Fixed a little error found with the new Metabase error callback function
5 lines of code changed in:
just fixed indenting
19 lines of code changed in:
Metabase error handler added. Fixed a typo too.
3 lines of code changed in:
A first simple Metabase Error handler function
10 lines of code changed in:
The little calendar was forgotten here
1 lines of code changed in:
wrong WHERE fixed
2 lines of code changed in:
Just a test of addErr()
4 lines of code changed in:
First test implementation of addErr() function... I have to commit to test
it on another server.
16 lines of code changed in:
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:
Added the id_module and ord columns, added err_email parameter
15 lines of code changed in:
Makes obliquid more robust: even if configparms is accidentally deleted the
site still works! :-)
3 lines of code changed in:
Parameters are now ordered and grouped by module
34 lines of code changed in:
Added id_module and ord integer extra columns to configparms
7 lines of code changed in:
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:
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:
Linked object is now more visible
3 lines of code changed in:
LIMIT 30, just in case there are lots of meetings
2 lines of code changed in:
order by start
3 lines of code changed in:
Added a meeting icon to the user list, to view the meetings of a person
108 lines of code changed in:
A few lines with tabs, causing layout problems, replaced by spaces
26 lines of code changed in:
Comments updated
6 lines of code changed in:
the previous continue fix did not work properly. now it does
6 lines of code changed in:
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:
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:
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:
message changed
4 lines of code changed in:
Adding tsuffix for table configparms
5 lines of code changed in:
Added page dev_checkdb to check that the db structure is complete and
correct.
66 lines of code changed in:
Bugfix: could not insert the second person. Two persons are used for
meetings only.
5 lines of code changed in:
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:
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:
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:
Starting from 10000 instead from 1000 as agreed
3 lines of code changed in:
updated
0 lines of code changed in:
Ready for Obliquid 0.6.9
219 lines of code changed in:
message merge
2 lines of code changed in:
Message merge
2 lines of code changed in:
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