Colin Kuskie
1f42a0a24e
Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset.
2010-09-24 08:03:09 -07:00
Colin Kuskie
1d7bd4e524
Use table row highlighting instead of images for deliniating query fragments. Fixes bug #11877 .
2010-09-23 16:13:30 -07:00
Colin Kuskie
4f632b27fc
Forbid pasting content below a shortcut, to prevent loops on purge and other operations. Fixes bug #11855 .
2010-09-23 16:09:31 -07:00
Scott Walters
952a069211
Remove debugging code that accidentally got commited.
2010-08-25 09:25:32 -04:00
Scott Walters
c65eb74197
Use the new getProperties() API rather than the definition datastructure.
2010-08-11 19:29:17 -04: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
e5b82bc861
Merge commit ' 4969f31e1f' into WebGUI8
2010-06-26 14:37:31 -07:00
Colin Kuskie
3fbc109429
Update Session->Style setScript to default to text/javascript. Update the entire codebase to take advantage of it.
2010-06-24 13:07:03 -07:00
Colin Kuskie
9cf2a308c5
Make the shortcut obey the modified permissions of its originating Asset. Fixes bug #11549 .
2010-05-18 08:46:13 -07:00
Colin Kuskie
7258e11e7e
Move Shortcut definition methods to Moose methods.
2010-05-13 15:28:45 -07: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
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Colin Kuskie
c35f3b9ffb
Moose subclassing for Asset/*.pm.
2010-04-09 10:30:54 -07:00
Colin Kuskie
c835344813
Fixing require loops. Moose overrides for canEdit using packages.
2010-04-08 15:13:13 -07:00
Colin Kuskie
616d5cc866
Moose overrides for purge, purgeRevision, and purgeCache.
2010-04-07 16:43:16 -07:00
Colin Kuskie
e724275663
Fix merge problem
2010-04-06 14:48:04 -07:00
Colin Kuskie
f06ce2e0eb
Internationalize the Add button in the Criteria builder for the Shortcut.
2010-04-06 13:54:24 -07:00
Colin Kuskie
982e5117f1
Fix shortcut hoverhelp, javascript, and criteria builder usability. Fixes bug #11516
2010-04-06 13:53:51 -07:00
Colin Kuskie
ffb7945c34
Remove leftover definition sub stubs.
2010-03-09 13:51:07 -08: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
ec5208839e
Remove getValue from Assets, except for those in getEditForm which will go away later.
2010-02-16 15:51:01 -08:00
Colin Kuskie
d4f31870a3
change the name attribute to aspect to denote asset level static attributes like tableName, et. al.
2010-01-25 19:16:05 -08:00
Colin Kuskie
a00d173fe6
Rough conversion of Shortcut to Moose, so Asset cleanup works. Fix a bug in getLineage. Update tests for get_tables.
2010-01-20 19:12:04 -08:00
Colin Kuskie
49bd7f5032
newByDynamicClass changed to newById
2009-12-27 19:08:15 -08:00
Wes Morgan
4d22e7bcd6
fixed bug where shortcuts weren't purged along with assets when both were in the trash
2009-09-26 01:43:57 -06:00
Wes Morgan
4583ce14fb
fixed bug #11052 ; includes test
2009-09-26 01:43:42 -06: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
3b8d5f62bc
Remove debug code from Shortcut.
2009-07-20 15:37:31 +00:00
Colin Kuskie
464202303a
Add the remainder of the missing POD for the Shortcut.
2009-07-05 19:14:43 +00:00
Colin Kuskie
cdf3677655
Add some of the POD missing from the Shortcut.
2009-07-05 18:46:14 +00:00
Colin Kuskie
bcd39ab098
Fix missing i18n in the shortcut.
2009-06-11 19:14:46 +00:00
Colin Kuskie
957c0bc2fe
6 bugs fixed in Shortcut.
...
Added missing POD and i18n'ed some error messages.
Set the UI level on a tab to work with the form elements it contains.
Change the title bar ajax edit form so that people can't accidently change Visitor's profile.
Remove overrides caching if admin mode is on.
Have caching consider the user's last updated time to check if profile settings are updated, too.
2009-06-04 19:48:42 +00:00
Colin Kuskie
d9e2590623
Internationalize the shortcut no longer exists message.
2009-05-30 15:28:59 +00:00
Colin Kuskie
b0a1e20053
Refactor processStyle so there's no duplicated code. Make Wobject call
...
SUPER. Add an option to skip adding getExtraHeadTags, so that Shortcut
doesn't add them an extra time. Remove the subclassed getExtraHeadTags,
since prepareView will add them, which prevents adding them a 3rd time.
2009-05-29 23:30:04 +00:00
Colin Kuskie
2daa6c6c99
fix list type form data in Shortcut, too
2009-05-29 15:51:47 +00:00
Colin Kuskie
91694a2e97
Revert previous bugfix for MetaData list type form controls, and change the
...
hoverhelp instead.
2009-05-29 15:37:16 +00:00
Colin Kuskie
1e6d9b7d18
Fix missing overrides in the Navigation when shortcutted.
...
Also, documented the getOverridesList method inside Shortcut.
2009-05-27 23:31:12 +00:00
Colin Kuskie
09970a9ea7
Duplicate the Asset metadata fix inside Shortcut.
2009-05-27 23:18:49 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Colin Kuskie
f2f8f22669
When data is successfully saved from the edit user preferences form, make it
...
redraw the Dashboard, instead of the shortcut.
2009-02-04 22:07:50 +00:00
Colin Kuskie
2c6717d508
Fix a dashboard bug where scripts and css needed by user profile fields were not
...
sent via an AJAX method in the shortcut.
2009-02-04 21:58:34 +00:00
Colin Kuskie
13eb87ffe5
forward porting fix for non-unique separator strings, ~~~, #8543
2008-11-21 23:07:05 +00:00
Frank Dillon
4ff722bd5d
Pluggable Account system added to WebGUI with new Profile, Inbox, Friends, User, and Shop interfaces.
2008-11-15 11:39:23 +00:00
Frank Dillon
11d18075fa
Account release candidate - final changes before merge
2008-11-15 02:39:23 +00:00