Colin Kuskie
e399af16d0
Better INFO diagnostics for addFileFromFormPost
2009-03-23 02:37:49 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Colin Kuskie
da39f70f49
Remove the warnings pragma
2009-01-02 22:32:54 +00:00
JT Smith
8c410104a0
updated captcha
2008-12-16 23:05:38 +00:00
Graham Knop
6073703999
some fixes after Storage and Storage::Image merge
2008-12-03 00:33:13 +00:00
JT Smith
943e220508
- security: A problem was discovered and fixed in which users could email executable attachments to a collaboration system and then when viewed online, could execute them.
2008-12-02 20:13:28 +00:00
JT Smith
a8952dc886
don't need begin block
2008-11-26 16:11:12 +00:00
JT Smith
ee84cc7611
Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
...
WebGUI::Storage::Image can do.
2008-11-26 16:06:18 +00:00
Graham Knop
d6e00cab05
improved performance of file uploads and changed format of created uploads locations, avoiding case sensitivity problems
2008-11-12 01:17:33 +00:00
Colin Kuskie
69ca406b38
fix some broken POD in Storage.pm
2008-08-15 19:43:22 +00:00
Graham Knop
1d79230b9f
don't try to chmod when extracting tar files in storage
2008-06-12 23:12:42 +00:00
Graham Knop
d828841533
some storage cleanups
2008-05-27 23:06:17 +00:00
Graham Knop
2c26486986
remove unneeded import
2008-05-27 23:06:13 +00:00
Graham Knop
b12e1922f0
fixed: packages try to restore owner
2008-04-03 14:53:43 +00:00
Graham Knop
d3b85ef723
fixed: errors on package importing are always reported as corrupted packages
2008-03-20 22:30:36 +00:00
Graham Knop
da5877eb3d
added: Uploads locations and files are set to the same uid/gid that owns the uploads root
2008-03-19 22:36:57 +00:00
Graham Knop
8533cf8ae8
fixing test warnings, Storage should always return to the correct directory
2008-02-29 07:00:29 +00:00
Graham Knop
4601dd2bbe
don't write .wgaccess files for world readable storage locations
2008-02-20 21:01:10 +00:00
Colin Kuskie
ed017f6007
Forward port diagnostics and $/ bug fix from 7.4 and Commerce branches.
2008-02-18 18:30:29 +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