Commit graph

49 commits

Author SHA1 Message Date
Colin Kuskie
ebdcd47f8d POD and code fix for Storage object delete method 2006-05-17 18:28:31 +00:00
Colin Kuskie
b018b8e61e Document return value for Storage::rename
Add simple new test for Text.t
Add ClassName.t test
Prevent Form/ClassName from passing classes with spaces in them and
remove redundant test for digits in regexp.
Add a new test to Storage.t for getLastError
2006-05-11 17:37:42 +00:00
Colin Kuskie
5f71b0e5f2 Add method to return help if set in AdminConsole
Alter storage object so that errors array is created by default.  This prevent
getErrorCount from dying when fetching the error count and no errors have occured.
Added a method to to return the errors arrayref.
2006-05-10 23:28:50 +00:00
JT Smith
1b7488e4b1 [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 17:12:58 +00:00
JT Smith
4adfc0737c made it so it's possible to use file form elements without any auxillary code
fixed a bug in Post
storage copy can accept an optional new storage location to copy to
articles can now accept direct attachments
2006-04-16 17:30:01 +00:00
JT Smith
e2109910fd holy crap it actually works!!! import/export of themes base system is complete.
fixed some chunking related bugs in Session/Style
fixed other misc bugs
2006-04-13 03:31:39 +00:00
JT Smith
504de54d61 started adding email processing capabilities to cs 2006-04-09 22:36:49 +00:00
Colin Kuskie
54f0338696 forward port of 0 file size upgrade fix 2006-02-09 17:38:02 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Colin Kuskie
1fdc49b3bf Storage constructors need session variables 2006-01-18 21:43:01 +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
Matthew Wilson
65823b1f53 oodles of fixes. 2006-01-15 15:56:17 +00:00
Colin Kuskie
1c211d5669 self vs session typo in constructor 2006-01-13 16:12:32 +00:00
JT Smith
1e5034acd6 refactored storage api to handle new session stuff 2006-01-12 19:15:34 +00:00
Matthew Wilson
c250321c4c fix - [ 1403466 ] CS Attachments - Broken Image Issue 2006-01-12 03:16:28 +00:00
JT Smith
925906ca7e refactored WebGUI::Id to use new session api 2006-01-11 23:34:02 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
024514c549 more session related changes 2006-01-09 19:56:26 +00:00
Matthew Wilson
66206a2414 last of previous fix. 2006-01-03 05:20:05 +00:00
Matthew Wilson
e4bf3c60b0 fixing some typos. also the File/Storage bug. also fixing the changelogs. 2006-01-03 05:12:51 +00:00
Matthew Wilson
08954dbe3c attempting to fix 463213 2005-12-19 15:22:09 +00:00
JT Smith
1bcfa3bddc - Fixed a syntax error in Post.pm
- fix [ 1382675 ] File Path Wrong - Uploads are difficult
 - fix [ 1380368 ] Snippets should not contain debugging info
 - fix [ 1377668 ] Unescaped double quote in Syndacate title cause problems
2005-12-16 19:52:07 +00:00
Colin Kuskie
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
Matthew Wilson
818ff2608c Re-adding (conditional) cookie baking. I'm not sure anyone has been successfully testing SVN WebGUI since it was removed.
Moving cookies out of session::open into contentHandler (they already were in uploadsHandler).  
Eliminating opening a new visitor session and then converting it to the actual user session for every single request by making two Session.pm methods public instead of private.
Added NOT_FOUND to the list of exported from Const.
Fixing a small bug in File.pm.  
Fixed some spacing/tabs/formatting issues in various places.
This autocomplete in TortoiseSVN is really nifty.
2005-11-19 23:30:52 +00:00
Matthew Wilson
43941e58b0 fixing missing 'my 's 2005-11-08 20:01:00 +00:00
Colin Kuskie
8aec38fffe rename global sort variables 2005-11-08 17:11:53 +00:00
Matthew Wilson
f3e5107811 fixed various bugs with new date/time and added new Apache2::Upload functionality to Storage. 2005-11-04 05:57:48 +00:00
Matthew Wilson
c01d7e49d5 replaced $session{cgi} with $session{req} 2005-11-03 21:48:37 +00:00
Colin Kuskie
d094fba30c forward port of branch_6_7 2005-11-01 21:51:27 +00:00
JT Smith
25af8fb98b merging 6.7.8 changes 2005-10-18 23:12:36 +00:00
JT Smith
469950a1ef more bug fixes 2005-08-12 16:37:23 +00:00
Matthew Wilson
99de151fb1 attachmentLimit bug 2005-07-23 12:44:34 +00:00
Matthew Wilson
156f48f465 bunch of fixes 2005-07-19 17:16:41 +00:00
Matthew Wilson
1f3330f270 *** empty log message *** 2005-06-14 14:53:57 +00:00
JT Smith
6aa9f76a71 added a new logger 2005-04-01 03:24:23 +00:00
JT Smith
15fe4edfab bunch of bug fixes 2005-03-04 04:53:15 +00:00
JT Smith
ebae62c366 added attachments for CS 2005-02-13 18:58:28 +00:00
JT Smith
55c709a051 updated copyright 2005-02-07 00:52:47 +00:00
JT Smith
d47830aceb merging 6.2.10 and 6.2.11 changes 2005-01-28 22:19:39 +00:00
JT Smith
7416bda04f migrated http proxy and ws client 2005-01-03 03:24:43 +00:00
JT Smith
de282a98b5 added privilege access handler to storage system 2004-12-31 04:00:24 +00:00
JT Smith
856ee6fd18 fixing the image asset 2004-12-25 18:13:38 +00:00
JT Smith
27356b09f6 added file pile 2004-12-25 16:07:28 +00:00
JT Smith
f72368fd8d added file asset uploads 2004-12-22 04:03:28 +00:00
JT Smith
95bac10986 more asset manager changes 2004-12-21 04:33:26 +00:00
JT Smith
382ced9ffe first run on new asset system 2004-12-17 05:41:22 +00:00
JT Smith
5421f8e9d7 starting adding file asset 2004-11-30 23:27:38 +00:00
JT Smith
48caad2d74 merging 6.2.9 changes 2004-11-19 22:59:25 +00:00
JT Smith
c48831ad7b checking in the initial versions of Storage and Asset as well as some updates to other modules to make these work 2004-11-13 00:02:59 +00:00