Commit graph

101 commits

Author SHA1 Message Date
Matthew Wilson
19bce8eaf6 bunches o syntax fixes. 2006-01-14 21:06:52 +00:00
JT Smith
5a8845c407 remove grouping use line 2006-01-12 22:52:22 +00:00
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
Colin Kuskie
01d95a265e new i18n api requiring $session 2006-01-12 17:49:20 +00:00
JT Smith
877bf082a0 migrating paginator api to new session system
fixed a few old style session vars
2006-01-12 17:24:06 +00:00
JT Smith
2735385050 migrated WebGUI::Icon api to use new session 2006-01-11 23:12:07 +00:00
JT Smith
b3974c0cd5 refactored WebGUI::HTMLForm api to use new session system 2006-01-11 16:53:02 +00:00
JT Smith
c74c1bdcbc merged WebGUI::Groupings with WebGUI::Group and WebGUI::User
changed WebGUI::Group api to work with the new session api
2006-01-11 03:27:07 +00:00
JT Smith
2599a4c853 converting WebGUI::Form API to use new session system 2006-01-10 17:43:38 +00:00
JT Smith
9520b4ce48 migrating datetime api for session 2006-01-10 17:06:41 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
d470a7cdd4 more session related changes 2006-01-09 20:43:02 +00:00
JT Smith
024514c549 more session related changes 2006-01-09 19:56:26 +00:00
JT Smith
eb98aaaf29 more session changes 2006-01-02 02:58:29 +00:00
JT Smith
f429daa942 more session changes 2006-01-02 02:54:23 +00:00
Colin Kuskie
ba3b34dfcc Add some POD to Operation::Group.
Removed dead code from Operation::User (a duplicate copy of www_deleteGrouping).
I verified that Operation.pm calls Group instead of User and there are no
places in the core code that calls that sub directly.
Fixed a typo in Operation::User::www_deleteUserConfirm.
2005-12-23 00:30:42 +00:00
Colin Kuskie
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
JT Smith
fe549ee746 a few more mp2 bugfixes 2005-11-04 15:04:52 +00:00
Matthew Wilson
c01d7e49d5 replaced $session{cgi} with $session{req} 2005-11-03 21:48:37 +00:00
JT Smith
c7781bdd66 - fix [ 1234051 ] Recursive loops in addGroupsToGroups
- Added handling for an exception in recurring payment processing where there
   was missing data causing a fatal error.
2005-10-14 21:28:38 +00:00
Wouter van Oijen
421585937f XHTML bugfixes 2005-10-12 21:48:03 +00:00
Daniel Collis-Puro
52d9f76d58 Fixed bug that may lead to the "listGroups" screen being empty when many isEditable=0 groups are in the groups table, the count(*) statement in www_listGroups needed to have where clause. 2005-10-08 16:38:27 +00:00
JT Smith
ed161ce282 - fix [ 1163407 ] Ampersand XHTML 1.0 Non-Compliant 2005-08-25 16:41:52 +00:00
Martin Kamerbeek
8b86903f1a Cleaning up some left over unnamed parameter in Form methods. 2005-08-12 17:37:31 +00:00
Colin Kuskie
3015b7877b setup for hover help 2005-07-29 03:42:58 +00:00
JT Smith
3058d839c0 fixing bugs related to new form system 2005-07-28 22:10:28 +00:00
Colin Kuskie
235cd7c08f fixed typos from hover help conversion 2005-07-25 03:34:46 +00:00
Colin Kuskie
542c811f02 hover help, help for edit grouping 2005-07-23 03:58:12 +00:00
Colin Kuskie
803da7605e translate to positional parameters, internationalize default value for group search 2005-07-23 00:43:58 +00:00
JT Smith
c4b3e4092d Merging changes from 6.6.4
Added new definition features to wobjects and assets.
2005-07-21 01:17:05 +00:00
Colin Kuskie
0780aacfe5 hover help 2005-07-08 04:47:16 +00:00
JT Smith
594e27d9eb a bunch of bug fixes 2005-06-14 19:15:06 +00:00
Colin Kuskie
16e6e487f3 move all LDAP labels and help into AuthLDAP file. Internationalize LDAP error messages 2005-06-12 04:36:41 +00:00
Frank Dillon
5dd350ca01 Added properties to bind groups and groups of groups in LDAP to a WebGUI Group 2005-05-19 00:19:31 +00:00
JT Smith
85f2c3d65a fixed a group delete bug 2005-05-09 16:35:32 +00:00
Colin Kuskie
f6ffdeb148 bugfix, array refs that contain undef are true. Default values not properly set 2005-04-08 05:41:39 +00:00
JT Smith
a50fd5787a a whole pile of bug fixes 2005-03-28 00:10:47 +00:00
JT Smith
5e356b2076 more bug fixes 2005-03-16 02:55:27 +00:00
JT Smith
7446031b99 added content prototypes 2005-03-06 16:21:20 +00:00
JT Smith
c29c81be23 some bug fixes and the new group of groups hierarchy viewer in the group manager 2005-03-03 03:33:09 +00:00
JT Smith
1dc555e078 bug fixes 2005-02-23 16:43:08 +00:00
JT Smith
55c709a051 updated copyright 2005-02-07 00:52:47 +00:00
JT Smith
eb7574e271 removed page stats system, fixed stats page, fixed admin console templating on all admin console error messages 2005-02-06 19:58:39 +00:00
JT Smith
48caad2d74 merging 6.2.9 changes 2004-11-19 22:59:25 +00:00
JT Smith
874cdd0aff user manager now more streamlined 2004-11-04 03:38:50 +00:00
JT Smith
73fd8fc506 more admin console changes 2004-11-03 18:26:02 +00:00
JT Smith
394da3a14b more admin console changes 2004-11-02 19:36:58 +00:00
Len Kranendonk
c01f16a27f operations now dynamically loaded 2004-10-28 10:42:31 +00:00
JT Smith
d2a301e02b 6.2.6 bugfixes 2004-09-30 01:16:02 +00:00
Leendert Bottelberghs
a9bc2805ca bugfix [ 1025671 ] Crash on manage page tree.
bugfix [ 1025271 ] Cut page not working.
bugfix [ 1024643 ] Unknown column error.
2004-09-10 09:29:38 +00:00