Roy Johnson
f749d2d260
fix - Storage::Image copy does not create thumbnails
2006-11-18 18:06:54 +00:00
JT Smith
aeba6ec83c
merging 7.1.4 changes
2006-11-03 04:36:13 +00:00
Roy Johnson
d4a5320e0a
merging bugfixes from branch to head
2006-11-02 02:29:27 +00:00
Colin Kuskie
ab835f3c64
more docs about return vales from addFileFromFilesystem
2006-10-15 01:19:37 +00:00
JT Smith
9f3ff77dbd
webgui for windows changes
2006-07-21 20:42:50 +00:00
Wouter van Oijen
2d9565775f
POD fixes and removing debug output
2006-07-11 09:05:22 +00:00
JT Smith
f36879c55c
fix: POST_MAX
2006-06-07 16:10:43 +00:00
Colin Kuskie
e1fee84dc5
fix getFileExtension so that it only returns file extensions. Add tests to Storage.t to validate that
2006-05-24 23:25:21 +00:00
Colin Kuskie
b02386064d
Make creating a Storage object with a short ID an error.
...
Add a test to check for that.
Beginning of documentation for VersionTag.
2006-05-24 03:03:47 +00:00
Wouter van Oijen
448448e451
Fixed whitespace screwing up POD
2006-05-20 08:43:16 +00:00
Colin Kuskie
f413c029a2
Storage now prunes empty directories when delete is called.
...
Add use WebGUI::Form::Hidden to Form::File
2006-05-19 21:48:10 +00:00
Wouter van Oijen
6f033a8323
Typo in POD
2006-05-19 19:59:43 +00:00
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