Colin Kuskie
b4ef882e4c
Fix a bug where $/ ended up being undef globally.
2008-02-18 18:17:12 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598
replaced return; with return undef;
2008-01-24 21:58:15 +00:00
Doug Bell
5222ad6be1
merged with SVN HEAD
2007-12-18 12:22:37 +00:00
Doug Bell
82e9bf8448
Finished? Ready for merge at least.
2007-12-17 22:22:06 +00:00
Colin Kuskie
96178fd70c
first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead
2007-12-05 00:30:43 +00:00
Colin Kuskie
1d8c55dc58
refactor Storage to use getPathFrag
2007-07-23 16:40:09 +00:00
Colin Kuskie
99d7037532
Fix a bug where storage objects allow deleting of files in other storage objects.
2007-07-23 16:24:37 +00:00
Colin Kuskie
6e49327bb6
Add POD comments to deleteFile to show what the accidental return value is.
...
Remove a Data::Dumper from Operation/Invite.pm
2007-07-05 21:22:54 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
Graham Knop
0e0e4acc81
fix: Make WebGUI error out if there is a permissions problem while creating tar files
2007-05-21 17:19:51 +00:00
Frank Dillon
9a8207fee0
Fixed bugs in storage causing multiple storage locations to be created any time a file was created or updated. Fixed a bug which prevents files from potentially breaking on operating systems that are not case sensitive.
2007-05-04 19:19:01 +00:00
Colin Kuskie
e48cce07fb
8 more tests for Storage.t for tar and untar.
...
Reindented untar according to WGBP.
Changed getFileContentsAsScalar to slurp the whole file at once.
2007-04-30 03:55:05 +00:00
Colin Kuskie
4cf11a716f
Fix the POD for Storage.pm
...
Fix for bad calendar day names in the month view.
2007-02-17 16:53:03 +00:00
Roy Johnson
16e2ad99da
fixed a phishing exploit. html and htm files are now renamed to have a .txt extenstion appended to them.
2006-12-16 22:16:30 +00:00
JT Smith
ba72915167
fixed the test problem
2006-12-08 16:23:07 +00:00
Martin Kamerbeek
399d80c8af
Remove 'Parentheses missing around my list at WebGUI/Storage.pm line 387.' message.
2006-12-08 10:47:22 +00:00
JT Smith
200b85f6ce
- Storage deletes were throwing fatals when they should throw warnings.
2006-12-07 17:36:04 +00:00
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