Summary Period: 2003-02-24 to 2005-02-25
890 (9.8%)
22078 (11.1%)

| Directory | Changes | Lines of code | Lines per change |
|---|---|---|---|
| Totals | 890 (100.0%) | 22078 (100.0%) | 24.8 |
| common/configs/ | 152 (17.1%) | 4887 (22.1%) | 32.1 |
| common/pages/prj/ | 101 (11.3%) | 2645 (12.0%) | 26.1 |
| common/pages/user/ | 91 (10.2%) | 2139 (9.7%) | 23.5 |
| common/pages/doc/ | 62 (7.0%) | 2036 (9.2%) | 32.8 |
| common/pages/posts/ | 39 (4.4%) | 1858 (8.4%) | 47.6 |
| common/classes/obliquid/ | 45 (5.1%) | 1375 (6.2%) | 30.5 |
| common/pages/core/ | 35 (3.9%) | 1173 (5.3%) | 33.5 |
| common/scripts/ | 32 (3.6%) | 820 (3.7%) | 25.6 |
| common/pages/cal/ | 39 (4.4%) | 757 (3.4%) | 19.4 |
| common/pages/news/ | 29 (3.3%) | 669 (3.0%) | 23.0 |
| common/templates/doc/ | 28 (3.1%) | 466 (2.1%) | 16.6 |
| common/templates/posts/ | 24 (2.7%) | 452 (2.0%) | 18.8 |
| common/templates/user/ | 33 (3.7%) | 435 (2.0%) | 13.1 |
| common/templates/prj/ | 35 (3.9%) | 423 (1.9%) | 12.0 |
| common/navxml/ | 18 (2.0%) | 416 (1.9%) | 23.1 |
| common/configs/init/ | 11 (1.2%) | 320 (1.4%) | 29.0 |
| common/templates/core/ | 22 (2.5%) | 315 (1.4%) | 14.3 |
| common/templates/news/ | 19 (2.1%) | 186 (0.8%) | 9.7 |
| common/classes/general/ | 8 (0.9%) | 170 (0.8%) | 21.2 |
| common/docs/ | 1 (0.1%) | 157 (0.7%) | 157.0 |
| common/pagexml/prj/ | 15 (1.7%) | 110 (0.5%) | 7.3 |
| common/templates/cal/ | 11 (1.2%) | 96 (0.4%) | 8.7 |
| common/pagexml/doc/ | 14 (1.6%) | 80 (0.4%) | 5.7 |
| common/pagexml/user/ | 6 (0.7%) | 27 (0.1%) | 4.5 |
| common/pagexml/cal/ | 2 (0.2%) | 17 (0.1%) | 8.5 |
| common/pages/msg/ | 4 (0.4%) | 13 (0.1%) | 3.2 |
| common/templates/msg/ | 3 (0.3%) | 12 (0.1%) | 4.0 |
| common/pagexml/core/ | 3 (0.3%) | 12 (0.1%) | 4.0 |
| common/pagexml/posts/ | 1 (0.1%) | 5 (0.0%) | 5.0 |
| common/templates/dev/ | 1 (0.1%) | 3 (0.0%) | 3.0 |
| common/configs/roles/ | 3 (0.3%) | 3 (0.0%) | 1.0 |
| common/theme/book/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
| common/pagexml/news/ | 1 (0.1%) | 0 (0.0%) | 0.0 |
| common/locale/en_US/ | 1 (0.1%) | 0 (0.0%) | 0.0 |


Fix bug that caused duplicates when selecting users while running with restricted group access. Added DISTINCT to the query...
2 lines of code changed in:
Add slot to show the five most recent additions to the document system that the current user is authorized to.
138 lines of code changed in:
Changes to add a link to "request lost password" and code to send the lost password to the user. Only shows if clear text passwords are available.
472 lines of code changed in:
Changes to the message that is sent when a document is approved. If the recepient could not see the object before the approval, then they will get a message that the object was inserted. If they could see the object before, then they will be told that it has been approved.
59 lines of code changed in:
The user/print_obj slot was not assigned to any role or group, so the page would display, but nothing from the slot.
2 lines of code changed in:
Changes to doc security clone so that the from and to security entries are merged instead of just a straight add of the 'from' to 'to'. Created new slot 'doc/fixsecurity' to repair prior problems.
119 lines of code changed in:
Changes to use setFrom so that the sender is set properly instead of putting it in the extraheaders column
8 lines of code changed in:
The sender field was not included when sending mail that was not HTML. Added code to include it a part of the header information.
5 lines of code changed in:
Change prj/summary.php to only show the link to adding a project if the current user has authority to prj_addbid1.
4 lines of code changed in:
When changing role membership, need to call 'resethas' in case the person is changing their own authority...
3 lines of code changed in:
Changes to cleanup the groups and roles. The demo load created some groups that the new role system already created. The name was the same, but the ID was different. This caused things to work strange.
8 lines of code changed in:
Added provision for an option parameter 'TARGET' as part of the <NAV> entry. The default is '_self', so things continue to operate as before. Also moved the 'eval' of PARMS so that it can be supplied to both the LINK and the PAGE hrefs. This will allow easier integration and passing of information between Obliquid and other systems.
65 lines of code changed in:
Added a check during setup to see if GD is installed and a warning that news and posts will not work. Also added a DEV_ERROR message in POSTS if it is not installed. Also added a few checks in setup to make sure a couple more directories were writable.
45 lines of code changed in:
<sequence> parameter for tabledesc was in the wrong location.. moved to correct location
6 lines of code changed in:
Changed the label for password in the new user signup form. Before it said 'Change password' which might be confusing because it is a new signup. Changed it to just say 'password'.
1 lines of code changed in:
Initial sequence for group table needed to be set higher because of the new groups added as part of the roles. Changed to be 100 instead of 10
244 lines of code changed in:
Added configuration parameter to set and unset :user_usersignup: security to enable/disable the user signup capability and link.
30 lines of code changed in:
added capability to use date as part of selection criteria for user export function.
19 lines of code changed in:
Added capability to select AND or OR logic when selecting groups to export
35 lines of code changed in:
Added capability to select multiple groups when exporting person information. Up to three groups, in an AND condition.
35 lines of code changed in:
(267 more)
![]()
Generated by StatCvs v0.2-dev