Commit graph

3106 commits

Author SHA1 Message Date
JT Smith
aa6fa763c1 bug fixes, and working on next workflow activity 2006-02-16 21:54:58 +00:00
JT Smith
b92b4044ec more tweaks 2006-02-16 17:20:00 +00:00
Roy Johnson
010e4cac00 More EMS stuff 2006-02-16 15:51:57 +00:00
JT Smith
5be7a021d8 getting activity forms into a working condition 2006-02-16 15:27:48 +00:00
JT Smith
6ee05b85af first round of changes to create the ui for building workflows, more to come
a few small bug fixes
2006-02-15 21:23:22 +00:00
JT Smith
18e24618e7 eliminated the purgeBranch method, cuz purge() should always do that anyway. 2006-02-15 04:31:29 +00:00
JT Smith
a4578d1d7d adding dynamic loading of classes 2006-02-15 04:04:20 +00:00
Colin Kuskie
ac39689ddb Add an option to disable a given rich editor Asset site wide.
Added new column in table(default 0), label, hoverHelp and help field entry.
2006-02-14 23:43:32 +00:00
Colin Kuskie
cd6759f311 Modify WebGUI IP fields to use CIDR format instead of a regular expression.
Multiple IPs are separated by commas, whitespace is ignored.
In groups, that affects the ipFilter field,  User::isInGroup.
In settings, that affects Settings::debugIp and Session::ErrorHandler::canShowDebug.

Fixed a bug in WebGUI::Utility::isInSubnet where Net::Subnets->check needs a scalar.

Modified t/User.t to use addresses in CIDR format.
2006-02-14 22:35:21 +00:00
JT Smith
c6bc09f79c fixing internationalization problems 2006-02-14 19:31:00 +00:00
JT Smith
02f64b827b bug fixing 2006-02-14 19:04:09 +00:00
JT Smith
121455ee70 some bug fixes 2006-02-14 17:20:11 +00:00
Roy Johnson
fcfc0bc9b4 EMS work 2006-02-14 16:24:57 +00:00
JT Smith
1416aa76e8 added workflow form control 2006-02-14 16:06:47 +00:00
Colin Kuskie
0c69c93f41 forward port of becoming illegal userId bugfix 2006-02-14 06:50:14 +00:00
JT Smith
32169aebbf adding cron UI, but not working yet
bugfix for captcha
2006-02-14 03:48:36 +00:00
Colin Kuskie
df6c40df29 only need 1 value from session->settings 2006-02-13 22:24:04 +00:00
Colin Kuskie
55f385394c fix forward ported code for session-isms 2006-02-13 21:59:57 +00:00
JT Smith
3d92467451 added a mechanism to workflows so that they can be run serially rather than parallel 2006-02-13 16:59:29 +00:00
JT Smith
f9a60ab55a added captcha form control and strengthened captcha security 2006-02-13 15:03:37 +00:00
kenperl
ce3b1f484a fix the issue, Couldn't execute operation : WebGUI::Operation::User::www_editUserSave. Root cause: Can't locate object method "user" via package "LDAP" (perhaps you forgot to load "LDAP"?) at WebGUI/Operation/Auth.pm line 35 2006-02-13 14:48:01 +00:00
Roy Johnson
4e7fbea4a7 merging 6.8 bugfixes 2006-02-12 23:23:54 +00:00
Roy Johnson
d7e2264153 merging 6.8 bugfixes 2006-02-12 20:32:09 +00:00
Matthew Wilson
05e8768766 oops. 2006-02-12 20:19:11 +00:00
Matthew Wilson
3ed96bfafa fixing my flub. 2006-02-12 19:55:08 +00:00
JT Smith
80288a38b2 wahoo...cron works 2006-02-12 19:02:38 +00:00
JT Smith
dc0ff0d1ed wahoo, created our first workflow and cron. 2006-02-12 18:05:57 +00:00
Matthew Wilson
a6d6d26134 fix. 2006-02-12 16:39:40 +00:00
kenperl
6c39292246 fix bug [ 1429335 ] 6.9: Error in User.pm prevents creating new users
Root cause: Can't modify non-lvalue subroutine call at lib/WebGUI/Operation/User.pm line 404
2006-02-12 15:12:58 +00:00
Matthew Wilson
f033e044a5 rolling back kenperl's wrongness. 2006-02-12 13:58:39 +00:00
Colin Kuskie
b4520939f1 13 more Group tests
WebGUI::Group->find returns first group, no guaranteed order of search
2006-02-12 06:11:23 +00:00
Colin Kuskie
23fa58ca11 4 more WebGUI::Group tests
More Operation::Group.pm subs without session calls fixed.
2006-02-12 05:50:06 +00:00
Colin Kuskie
acdd58aec6 Very beginning of Group test that cleans up after itself.
Operation/Group wasn't passing session var internally.
Fixed WebGUI::Group POD docs.
2006-02-12 05:37:37 +00:00
kenperl
9b4caeae73 fix syntax error, Global symbol "$asset" requires explicit package name at AssetTrash.pm line 146 2006-02-12 03:39:50 +00:00
Colin Kuskie
d30348e940 Session/Http: concentrate conditional check in 1 place, rather than in every one.
WebGUI.pm: Remove old line trying to print HTTP headers.
2006-02-11 23:11:38 +00:00
Matthew Wilson
2e5b73adf4 - fix [ 1415743 ] Collab reply count includes old versions 2006-02-11 22:14:44 +00:00
JT Smith
063e8703c7 introduced type concept into workflow 2006-02-11 21:03:14 +00:00
Matthew Wilson
d194d3760a fix [ 1423324 ] Delete locked asset 2006-02-11 17:59:31 +00:00
Matthew Wilson
795f17ffec backing out fix. 2006-02-11 17:54:33 +00:00
Matthew Wilson
e3b81ed09a fix [ 1423324 ] Delete locked asset 2006-02-11 17:53:08 +00:00
Matthew Wilson
96298c26ac fix [ 1423608 ] Bug in Data Form in v6.8.5 2006-02-11 16:55:47 +00:00
Colin Kuskie
1215b0b979 merge of http attachment and expires header bugfix 2006-02-11 05:46:39 +00:00
Colin Kuskie
484969d5d2 fix 6.8-ish session code merged into 6.9 2006-02-10 21:39:27 +00:00
Wouter van Oijen
2b1c85370c XHTML Bugfixes 2006-02-10 21:21:03 +00:00
Colin Kuskie
c68c65a504 forward port of newline/cr bug fix 2006-02-10 21:18:13 +00:00
Colin Kuskie
b13ba6a2c2 forward port of bad HTML bugfix 2006-02-10 21:01:15 +00:00
Colin Kuskie
62a841ced9 Move 6.8's Group ipFilter test into User.t since isInGroup was moved into WebGUI::User.pm
forward port of ipFilter bugfix, typo
2006-02-10 20:31:26 +00:00
Wouter van Oijen
c6facc5f16 Bugfix (thanks to Martin Kamerbeek) 2006-02-10 15:21:27 +00:00
Wouter van Oijen
424d65a2d6 fixed a session conversion bug 2006-02-10 13:28:40 +00:00
JT Smith
497620e69b getting a little closer 2006-02-09 23:55:36 +00:00