Commit graph

84 commits

Author SHA1 Message Date
Matthew Wilson
2c60283ba3 first major round of EMS changes. much more to come late tonight. 2006-04-07 00:02:45 +00:00
Colin Kuskie
3e179fa4ad Group.t: group karma tests, better clean-up at end
User.t: better clean-up at end
Scratch.t: no newlines in test output
Session/Scratch.pm: convert to use placeholders
Ad.pm: Add missing line of POD.
Group.pm: add method to get all users in a group by karma.
User.pm: isInGroup to use getKarmaUsers.
2006-04-06 16:52:34 +00:00
JT Smith
5a7fedc731 - Added an option for hosters to limit the number of assets that may be
created on a WebGUI site.
fixed some bugs
2006-03-29 20:22:09 +00:00
JT Smith
29bd26a975 - Added a wiki-like feature that will automatically bring a user to the
create a page form if they are in admin mode, and click on a link to
   a page that doesn't exist yet.
2006-03-25 21:39:15 +00:00
Wouter van Oijen
5f8ffefc47 Fixing bug 2006-03-24 15:09:32 +00:00
JT Smith
225140c8a5 better XHTML compliance 2006-03-21 22:50:41 +00:00
JT Smith
2b5cd42874 better docs and removed roy's comment 2006-03-19 17:39:21 +00:00
JT Smith
2d318ab9a9 a little more clear that stow is not a global variable system 2006-03-19 17:33:26 +00:00
Roy Johnson
5bdaa49f95 More EMS code
Lots of bug fixes in commerce
Temp bug fix for stow->get, better fix needed
2006-03-19 16:11:21 +00:00
Matthew Wilson
f22be087f1 fixing pod. 2006-03-17 18:52:16 +00:00
Matthew Wilson
bd62a8544d added noFuss option. 2006-03-17 18:51:02 +00:00
JT Smith
17d823cade new toolbar is in place 2006-03-10 20:39:42 +00:00
JT Smith
6874a5f2f9 fixing the process method to handle array returns 2006-03-09 17:41:02 +00:00
JT Smith
468c5171cf changed border= to style="border: for better xhtml compliance 2006-03-04 08:07:17 +00:00
JT Smith
85c8627e66 migrated delete expired sessions hourly script to workflow activity 2006-03-01 23:25:24 +00:00
Wouter van Oijen
a92453d33f fixing bugs 2006-02-24 14:58:27 +00:00
JT Smith
e04a1b6fca migrated a few of the run hourly scripts
fixed a cron bug
2006-02-18 14:38:09 +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
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
Colin Kuskie
1215b0b979 merge of http attachment and expires header bugfix 2006-02-11 05:46:39 +00:00
JT Smith
6171357937 some bug fixes 2006-02-09 20:06:37 +00:00
JT Smith
87287d9b58 fixed docs in Id
started adding workflow activity base class
2006-02-08 20:56:13 +00:00
JT Smith
44a182ee0d fixing a couple cosmetic bugs 2006-02-03 05:39:52 +00:00
Colin Kuskie
150cd3cf50 save 10-15 i18n object creations 2006-02-02 18:44:36 +00:00
JT Smith
7731a32559 fixed some pod errors
removed futile inbox attempt
2006-01-31 23:10:10 +00:00
JT Smith
46fa7e78e7 began adding streaming support for view method 2006-01-30 21:26:22 +00:00
JT Smith
80fc76691f fixed a macro problem 2006-01-30 18:22:54 +00:00
JT Smith
82156de83c more changes related to chunked output 2006-01-30 17:51:03 +00:00
JT Smith
268947c1d5 getting closer to bucket output 2006-01-30 00:14:22 +00:00
Colin Kuskie
8639f53783 Missing session variables in Operation subroutines.
Forward port of Form/File,Image big fixes.
2006-01-26 18:07:56 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
JT Smith
a99dea8129 fixing array bug 2006-01-23 05:30:54 +00:00
JT Smith
68b05cff5c added param() method to $session->form 2006-01-23 05:23:21 +00:00
Matthew Wilson
f64ec77d8a fixing the ->param ->body distinction issue. 2006-01-23 05:18:54 +00:00
Matthew Wilson
3d740cdfac oodles of fixes. 2006-01-21 02:01:15 +00:00
Matthew Wilson
150087f703 lots of operation and auth fixes. 2006-01-19 03:07:34 +00:00
JT Smith
3fb4d33817 a little cleaner 2006-01-18 21:46:38 +00:00
Matthew Wilson
2069da5fdb tons of bug fixes. 2006-01-18 14:41:12 +00:00
Matthew Wilson
6f112057bb still more fixes. 2006-01-18 07:05:19 +00:00
Matthew Wilson
8f12dae29c more session fixes. 2006-01-18 06:26:40 +00:00
Matthew Wilson
8839c094c5 some login logout cookie fixes. 2006-01-18 05:58:31 +00:00
Matthew Wilson
e33c7bebc3 an absolute slew of changes. 2006-01-18 01:45:55 +00:00
JT Smith
eda7058b61 most of the new pluggable template system 2006-01-17 23:09:29 +00:00
Colin Kuskie
1ad601c8d9 - bitwise OR vs short circuiting OR in epochToHuman
- time zone in humanToEpoch
- time zone in getSecondsFromEpoch
- monthStartEnd, returned start month was not the 1st day of the month
2006-01-17 04:23:32 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
JT Smith
453942cb58 more session related bug fixes
added setting test
2006-01-15 21:53:16 +00:00
Matthew Wilson
128f265678 finally, the last of this round of syntax fixes. 2006-01-15 21:02:00 +00:00
Matthew Wilson
f8de599f35 more bugfixes. last of this round of syntaxCheck.t fixes. 2006-01-15 19:39:12 +00:00
JT Smith
b0ffb721b6 more session related bug fixes 2006-01-15 18:34:44 +00:00
Matthew Wilson
65823b1f53 oodles of fixes. 2006-01-15 15:56:17 +00:00