Commit Log (Page 8 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: 2004-04-07 to 2004-03-28 (Commits 3569-3618 of 3968)

slocati 2004-04-07 11:12

added nowrap

3 lines of code changed in:

slocati 2004-04-07 04:16

Added missing addslashes() causing problems in translations

6 lines of code changed in:

slocati 2004-04-07 02:35

added new roles for the calendar

0 lines of code changed in:

slocati 2004-04-07 01:40

removed reference to non existing logo_background

0 lines of code changed in:

slocati 2004-04-06 10:19

phpdocu fixes

34 lines of code changed in:

vrtisworks 2004-04-05 15:09

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:

vrtisworks 2004-04-05 14:59

When changing role membership, need to call 'resethas' in case the person is changing their own authority...

3 lines of code changed in:

slocati 2004-04-05 11:38

Now it's possible to add custom fields to a doc item

89 lines of code changed in:

vrtisworks 2004-04-05 11:19

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:

slocati 2004-04-05 09:06

added a method to retrieve custom fields

52 lines of code changed in:

vrtisworks 2004-04-05 06:44

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:

slocati 2004-04-05 05:02

added the possibility to configure custom fields for the doc management,
now I've to modify doc_detail and doc_moditem pages to enable this feature

301 lines of code changed in:

vrtisworks 2004-04-04 15:01

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:

slocati 2004-04-04 14:01

layout change

2 lines of code changed in:

slocati 2004-04-04 14:00

phpdocu fixes and improvements

58 lines of code changed in:

slocati 2004-04-04 13:01

Integrating patch suggested by Patrick CHAUTARD to show db choice as a
select instead of a text field

15 lines of code changed in:

vrtisworks 2004-04-04 11:04

<sequence> parameter for tabledesc was in the wrong location.. moved to correct location

6 lines of code changed in:

slocati 2004-04-04 06:58

added the possibility to add a field of type date

5 lines of code changed in:

slocati 2004-04-04 06:34

layout changes

21 lines of code changed in:

slocati 2004-04-04 06:23

forgot to remove the setValue of the primary keys, not necessary now since
we are using $dbf->newId()

1 lines of code changed in:

slocati 2004-04-04 06:20

Now using sequences for tabledesc and slotfield, made more checks and
to make the code more foolproof

73 lines of code changed in:

slocati 2004-04-04 05:56

Added tabledesc to the list of sequences to be checked

2 lines of code changed in:

slocati 2004-04-04 04:36

Added sequence on tabledesc

6 lines of code changed in:

slocati 2004-04-03 12:00

Added access to the generate login function

4 lines of code changed in:

slocati 2004-04-03 11:51

removed groups2user slot, not needed in this page

1 lines of code changed in:

slocati 2004-04-03 11:42

Have to bring id_group with us to know where to load the role

2 lines of code changed in:

slocati 2004-04-03 11:37

layout change

2 lines of code changed in:

slocati 2004-04-03 11:33

forgot to close a parenthesis

2 lines of code changed in:

slocati 2004-04-03 11:31

added a feedback message

3 lines of code changed in:

slocati 2004-04-03 11:28

If id_group is in the url, then loads the role inside the given role instead
of creating a new one

9 lines of code changed in:

slocati 2004-04-03 10:55

function to generate logins now works

29 lines of code changed in:

slocati 2004-04-03 10:31

Child groups renamed to Groups

2 lines of code changed in:

slocati 2004-04-03 10:28

using the new user::listGroupsForSelect() method

53 lines of code changed in:

slocati 2004-04-03 10:23

img aligned to left caused an incorrect sizing of the table on Mozilla.

4 lines of code changed in:

slocati 2004-04-03 10:03

Group drop down menu generation now moved to the user class

31 lines of code changed in:

slocati 2004-04-03 09:16

login generation function is being improved

5 lines of code changed in:

slocati 2004-04-03 08:41

Added x:str attribute to td, but Microsoft Excel insist in ruining data on
import. With Openoffice it's enough to start the cell with a single quote '
but this doesn't work on Ms office. Could switch to XML export but this works
only for MS office... mm

4 lines of code changed in:

vrtisworks 2004-04-03 07:05

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:

vrtisworks 2004-04-03 07:02

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:

vrtisworks 2004-04-03 06:36

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:

slocati 2004-04-01 07:54

The page title when viewing/editing files is now the file name. should be
more convenient when you've many windows open

8 lines of code changed in:

slocati 2004-04-01 07:43

changed "From date" to "Users created after this date" because it was not
clear on which date the selection was made.

2 lines of code changed in:

vrtisworks 2004-03-31 13:41

added capability to use date as part of selection criteria for user export function.

19 lines of code changed in:

slocati 2004-03-31 03:47

fix a little bug because the same variable was used twice. "Array" was
shown in the slot title. Now it shows the bid code instead.

8 lines of code changed in:

slocati 2004-03-31 03:14

added a nowrap

2 lines of code changed in:

slocati 2004-03-30 03:28

changed window title

4 lines of code changed in:

slocati 2004-03-29 07:12

number of meetings shown changed from 30 to 60

2 lines of code changed in:

slocati 2004-03-28 10:42

updated wrong bid chief group

1 lines of code changed in:

slocati 2004-03-28 10:32

The groups did not correspond to the ones shown in the help

2 lines of code changed in:

slocati 2004-03-28 10:22

forgot to change a label

2 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