Colin Kuskie
|
b323f74121
|
Update copyright notice
|
2011-12-28 11:30:38 -08:00 |
|
Colin Kuskie
|
b8e088ff7a
|
Refactor Session/Icon to remove a bunch of copy/paste code. Update test to remove deprecated profileField calls.
|
2011-12-28 11:11:21 -08:00 |
|
Colin Kuskie
|
ba345e221b
|
Fixes for the class => className conversion, and addSave/editSave for new assets.
|
2011-12-12 10:32:48 -08:00 |
|
Colin Kuskie
|
d3836cd3ad
|
Fix canEdit for Collaboration.
|
2011-12-12 10:27:26 -08:00 |
|
Colin Kuskie
|
27f3b3e935
|
Convert Event edit test to WebGUI::Test::Mechanize, and fix issues with adding events to a calendar.
|
2011-12-12 10:26:05 -08:00 |
|
Colin Kuskie
|
69dc8f576e
|
Fix visitorCacheTimeout usage in the Thread and Event assets. Fixes bug #12309.
|
2011-12-09 10:59:26 -08:00 |
|
Colin Kuskie
|
5f9f1e6dec
|
Remove all unnecessary usage of SUPER from Assets
|
2011-12-07 08:26:08 -08:00 |
|
Colin Kuskie
|
13776f9934
|
Use Moose and 8 in the WikiPage.
|
2011-12-06 21:21:44 -08:00 |
|
Colin Kuskie
|
c8fdf5852f
|
More deprecated code.
|
2011-12-06 21:15:50 -08:00 |
|
Colin Kuskie
|
f0b59bc52d
|
Fix an i18n namespacing issue in the Navigation.
|
2011-12-06 13:50:52 -08:00 |
|
Colin Kuskie
|
7791024b0a
|
Fix a syntax error.
|
2011-12-05 20:56:58 -08:00 |
|
Colin Kuskie
|
f20146dece
|
Remove more deprecated code.
|
2011-12-05 20:56:03 -08:00 |
|
Colin Kuskie
|
5fbf0cb10f
|
Make the Installable Role really know that it's a role.
|
2011-12-05 16:21:32 -08:00 |
|
Colin Kuskie
|
ba89b76c90
|
Remove debug code.
|
2011-12-05 14:02:06 -08:00 |
|
Colin Kuskie
|
398c3afdfd
|
Remove old WebGUI::Utility isIn and replace with smart match.
|
2011-12-05 13:48:08 -08:00 |
|
Colin Kuskie
|
a4b1a83df9
|
No more Sub::UpLevel, see if this fixes odd sources of warnings and fatals.
|
2011-12-05 10:43:41 -08:00 |
|
Colin Kuskie
|
e1f8b1df7e
|
Fix getEditTemplate in GalleryFile/Photo.
|
2011-12-01 16:01:42 -08:00 |
|
Colin Kuskie
|
97d9711118
|
Fix func and form variable naming in the Gallery assets.
|
2011-12-01 15:23:18 -08:00 |
|
Colin Kuskie
|
59d12c5c05
|
Allow it to return permission denied errors. Consider making this return an error object or exception later.
|
2011-12-01 15:22:55 -08:00 |
|
Colin Kuskie
|
17e69a4d80
|
More deprecated form code.
|
2011-12-01 14:59:54 -08:00 |
|
Colin Kuskie
|
f0d3f0c52f
|
More deprecated Form code
|
2011-12-01 14:43:32 -08:00 |
|
Colin Kuskie
|
7f912931d5
|
Remove deprecated form code.
|
2011-12-01 13:13:34 -08:00 |
|
Colin Kuskie
|
35fba133fc
|
Remove deprecated code in User getInboxNotificationAddress
|
2011-12-01 13:13:34 -08:00 |
|
Colin Kuskie
|
234c6988ab
|
Restore default behavior for empty titles.
|
2011-12-01 13:13:34 -08:00 |
|
Graham Knop
|
74159f7655
|
load WebGUI::PassingProfiling in WebGUI::Asset
|
2011-12-01 12:42:27 -05:00 |
|
Colin Kuskie
|
0736d2076c
|
Removing deprecated code from the MapPoint asset.
|
2011-11-30 14:57:49 -08:00 |
|
Colin Kuskie
|
1777b019a5
|
Fix a few typos in the deprecated code fix.
|
2011-11-25 10:52:50 -08:00 |
|
Colin Kuskie
|
bcc81e906c
|
Remove more deprecated Form code.
|
2011-11-24 14:01:24 -08:00 |
|
Colin Kuskie
|
01a1558cac
|
Remove deprecated form code. Why did we do this?
|
2011-11-24 13:56:17 -08:00 |
|
Colin Kuskie
|
f4b248f76f
|
Remove some deprecated form code.
|
2011-11-24 12:06:05 -08:00 |
|
Colin Kuskie
|
e4de128f76
|
Fix the WikiPage title auto fill-in by using a Moose builder method that can be overridden by child classes.
|
2011-11-24 10:31:54 -08:00 |
|
Colin Kuskie
|
ce15690523
|
I18n the RSS tab for the RSS Feed role. Provide a way for additional tabs to be i18n'ed, like Subscribable.
|
2011-11-24 10:31:54 -08:00 |
|
Colin Kuskie
|
3ba6d43ec9
|
Allow noFormPost to be dynamically generated with a sub. Not all property settings allow this!
|
2011-11-04 11:54:31 -07:00 |
|
Colin Kuskie
|
a2a821822d
|
Merge commit 'v7.10.23' into WebGUI8. Tests need fixing.
|
2011-11-02 11:12:18 -07:00 |
|
Colin Kuskie
|
3b9f7ae127
|
WebGUI 8 adjustments and test upgrades.
|
2011-11-01 15:41:01 -07:00 |
|
Colin Kuskie
|
9a4703eca0
|
Set the HTTP status correctly via the new API.
|
2011-11-01 13:21:31 -07:00 |
|
Colin Kuskie
|
38d35e23b6
|
Update Account::Profile tests and code.
|
2011-11-01 13:16:48 -07:00 |
|
Colin Kuskie
|
431cd280a4
|
Merge commit 'v7.10.22' into WebGUI8
|
2011-10-31 20:13:01 -07:00 |
|
Colin Kuskie
|
4855816a29
|
Merge commit 'v7.10.21' into WebGUI8. Also, add POD and fix broken tests.
|
2011-10-27 16:45:19 -07:00 |
|
Colin Kuskie
|
fdb979ca8a
|
Merge commit 'v7.10.20' into WebGUI8
|
2011-10-26 15:02:51 -07:00 |
|
Colin Kuskie
|
4fea10a1f5
|
Merge commit 'v7.10.19' into WebGUI8
|
2011-10-25 20:31:50 -07:00 |
|
Colin Kuskie
|
9bd2d09bf3
|
Comment out the "approved" checkbox, it isn't checked anywhere anyway.
|
2011-10-25 19:47:12 -07:00 |
|
Colin Kuskie
|
4bfabb9469
|
Make version tags mandatory again.
|
2011-10-25 19:44:58 -07:00 |
|
Colin Kuskie
|
00738a17b2
|
Added some basic POD for WebGUI::{Command,Deprecate}.pm
|
2011-10-19 17:04:40 -07:00 |
|
Colin Kuskie
|
71533cbba7
|
Make getPrototypeList catch exceptions.
|
2011-10-15 18:14:10 -07:00 |
|
Colin Kuskie
|
e5d4664a34
|
class => className for GalleryFile::Photo
|
2011-10-15 18:03:43 -07:00 |
|
Colin Kuskie
|
6e5da21f76
|
Custom edit template for the GalleryAlbum asset.
|
2011-10-15 18:00:53 -07:00 |
|
Colin Kuskie
|
0ff98ac46d
|
class vs className fix for the Gallery
|
2011-10-15 17:59:09 -07:00 |
|
Colin Kuskie
|
eee4269fe2
|
Update the POD for the AdminToggle macro. It now only takes two arguments instead of three.
|
2011-10-11 21:48:18 -07:00 |
|
Colin Kuskie
|
be109711a8
|
i18n a few more labels in the new admin console
|
2011-10-11 21:00:45 -07:00 |
|