Colin Kuskie
|
e5adc07a05
|
Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.
|
2010-11-21 21:11:41 -08:00 |
|
Colin Kuskie
|
c4553012d1
|
Syntax clean.
|
2010-11-17 16:34:11 -08:00 |
|
Doug Bell
|
199c4e4960
|
change ErrorHandler to Log
|
2010-10-27 12:50:12 -05:00 |
|
Graham Knop
|
ed04b99872
|
remove WebGUI::Utility
|
2010-09-07 13:18:49 -05:00 |
|
Graham Knop
|
006a5003c2
|
remove WebGUI::Utility::formatBytes
|
2010-08-20 12:09:58 -05:00 |
|
Colin Kuskie
|
7b218942b3
|
Merge commit '63865eb39f' into WebGUI8. up to 7.9.11
|
2010-08-13 11:52:08 -07:00 |
|
Scott Walters
|
8f616a9fe1
|
addField takes the key/value pairs unrolled, not as a hash ref.
|
2010-08-11 22:04:46 -04:00 |
|
Scott Walters
|
7d41ade046
|
WebGUI::Asset::File::Image::getEditForm counts on having the templateId tab be under the 'display' tab so lock it down to there.
|
2010-08-11 21:41:59 -04:00 |
|
Doug Bell
|
bd4e7a2ec0
|
fix 11768 Edit Branch does not update wgaccess
I can't seem to reproduce this problem in the tests...
|
2010-08-10 18:21:16 -05:00 |
|
Doug Bell
|
3934a6704c
|
fix getEditForm
|
2010-07-15 11:55:25 -05:00 |
|
Doug Bell
|
3c17dafeb4
|
processPropertiesFromFormPost to processEditForm
|
2010-07-15 11:52:04 -05:00 |
|
Colin Kuskie
|
385931aaab
|
Merge commit 'f2e0fb509a' into WebGUI8. Some tests still failing.
|
2010-06-27 22:32:31 -07:00 |
|
Colin Kuskie
|
19c2c5fa1c
|
Remove status description from Session/Http, and update all users of setStatus.
|
2010-06-17 08:18:24 -07:00 |
|
kimd
|
387942e68d
|
Added search by location to the Gallery (RFE 11504)
|
2010-06-01 16:23:48 -05:00 |
|
Graham Knop
|
0efa62a73c
|
asset immutability
|
2010-04-19 18:57:01 -05:00 |
|
Doug Bell
|
b767824711
|
cache: s/delete/remove/
|
2010-04-19 18:51:10 -05:00 |
|
Doug Bell
|
165be5b389
|
remove eval{} from caching code
|
2010-04-19 18:41:13 -05:00 |
|
Graham Knop
|
e4e27d6e96
|
Merge branch 'master' into WebGUI8
|
2010-04-16 20:45:22 -05:00 |
|
Graham Knop
|
8206aeaec5
|
enhance format of .wgaccess files to provide security for Gallery files
|
2010-04-15 11:38:58 -05:00 |
|
Graham Knop
|
2400f19099
|
Merge branch 'master' into WebGUI8
|
2010-04-13 07:50:02 -05:00 |
|
Colin Kuskie
|
0c003083a0
|
Moose overrides in Event, File, Post
|
2010-04-09 10:17:26 -07:00 |
|
Colin Kuskie
|
616d5cc866
|
Moose overrides for purge, purgeRevision, and purgeCache.
|
2010-04-07 16:43:16 -07:00 |
|
Colin Kuskie
|
c786395eb4
|
Moose overriding for indexContent.
|
2010-04-07 15:07:20 -07:00 |
|
Colin Kuskie
|
dee5bbe5d0
|
Proper Moose setup for addRevision...
|
2010-04-06 16:13:02 -07:00 |
|
Colin Kuskie
|
814c2af249
|
Change calls to new to newById across Asset/
|
2010-03-03 16:27:45 -08:00 |
|
Colin Kuskie
|
117c7897bb
|
Closer to Roles. Remove also from WebGUI::Definition, and put use Moose in all Asset classes.
|
2010-02-26 12:01:25 -08:00 |
|
Graham Knop
|
20ee527dbd
|
change aspect to define
|
2010-02-17 16:31:10 -06:00 |
|
Colin Kuskie
|
7caa3e3738
|
Move AssetRole to Role::Asset, and update all client modules.
|
2010-02-16 11:00:47 -08:00 |
|
Colin Kuskie
|
90facc46a9
|
Refactor code for updating storage location file permissions into a Role.
|
2010-02-16 08:56:34 -08:00 |
|
Colin Kuskie
|
622a20877a
|
Add overrides for groupIdEdit, groupIdView and ownerUserId.
|
2010-02-03 18:33:48 -08:00 |
|
Colin Kuskie
|
387866cfcb
|
Update Asset::File for Moose
|
2010-01-29 17:17:38 -08:00 |
|
Colin Kuskie
|
5bd5bb48a9
|
Central cache access for Assets to handle SSL caching. Fixes bug #11131.
|
2009-10-20 15:15:38 -07:00 |
|
JT Smith
|
ebb6134c2d
|
bug fixes
|
2009-09-25 22:50:59 -05:00 |
|
JT Smith
|
ccff9c7014
|
Converted all existing uses of cache.
|
2009-09-25 22:24:33 -05:00 |
|
Colin Kuskie
|
77fc01af38
|
Do not set a redirect when streaming downloads. fixes file #11029
|
2009-09-23 21:27:43 -07:00 |
|
Colin Kuskie
|
27931774e8
|
Add POD missing from File and Image. Remove duplicate code in Image that
can be inherited from File.
|
2009-07-05 00:31:20 +00:00 |
|
Colin Kuskie
|
96af6ed2ce
|
Fix POD, and remove dead label/hoverhelp code which isn't used.
|
2009-06-01 20:15:21 +00:00 |
|
Brian Medley
|
4c408da55a
|
Image Asset tests, upgrade package, and code.
RSS Limiter tests, upgrade package, and code.
|
2009-03-23 21:11:10 +00:00 |
|
Brian Medley
|
3e5c9d04ae
|
Another checkpoint.
|
2009-02-26 00:02:07 +00:00 |
|
Graham Knop
|
24da723629
|
updating copyright year
|
2009-02-20 23:47:30 +00:00 |
|
Colin Kuskie
|
179e75ef8f
|
Fixes of defaultValue from undef to '', 0 for mysql 5.1
|
2009-02-20 17:28:23 +00:00 |
|
Brian Medley
|
482267b8af
|
check point
|
2009-02-19 18:32:57 +00:00 |
|
Graham Knop
|
f3e08f3268
|
fixed: international characters are corrupted on export
|
2008-12-03 00:32:43 +00:00 |
|
Graham Knop
|
d9c1f88eab
|
cleaning up some imports
|
2008-11-24 04:00:46 +00:00 |
|
JT Smith
|
e89d1527fa
|
Added some web services to the Gallery asset to support the use of remote
apps to post photos and create albums.
|
2008-10-14 01:09:43 +00:00 |
|
Chris Nehren
|
36eb8db8fc
|
add ability to show metadata values in head blocks.
|
2008-08-21 18:51:16 +00:00 |
|
Graham Knop
|
8f9568c887
|
fixed: storage locations for some assets in packages not imported correctly
|
2008-06-20 08:57:20 +00:00 |
|
JT Smith
|
8500c4d506
|
Cleaned the pollution from the forms system.
|
2008-04-16 16:11:10 +00:00 |
|
Graham Knop
|
050128f313
|
fixed: changing image thumbnail size doesn't resize image
|
2008-03-07 18:55:46 +00:00 |
|
Graham Knop
|
f22646625b
|
package importing fixes
|
2008-02-08 00:00:13 +00:00 |
|