Colin Kuskie
2d83f3c0d1
Add the same kind of performance data for Shortcuts, as AssetProxy macros.
2012-09-11 16:42:43 -07:00
Paul Driver
ae3e49d622
Versioned Metadata
2011-02-17 14:46:50 -06:00
Colin Kuskie
f2ac0bc67c
Shortcut uses the wrong date for the overridden getContentLastModified. Fixes bug #11935 .
2010-11-01 10:26:08 -07:00
Colin Kuskie
97ffe5187e
Handle checkLists in the Shortcut query builder, and in the SQL. Fixes bug #11871 .
2010-10-05 11:03:22 -07:00
Colin Kuskie
85e1815c9b
Remove old debug code from the Shortcut.
2010-10-04 16:35:35 -07:00
Colin Kuskie
3f934ed4b7
Use table row highlighting instead of images for deliniating query fragments. Fixes bug #11877 .
2010-09-20 14:25:18 -07:00
Colin Kuskie
927b986795
Forbid pasting content below a shortcut, to prevent loops on purge and other operations. Fixes bug #11855 .
2010-09-13 18:47:17 -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
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
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
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
Graham Knop
57fdd79801
fixed: Shortcuts includes HTML head data twice
2008-10-05 19:42:45 +00:00
Graham Knop
22176bc1eb
fixed: shortcuts don't notify browsers of updates to their shortcutted asset
2008-09-26 20:18:02 +00:00
Graham Knop
7bf06aab7b
make sure we are using var->isAdminOn instead of var->get('adminOn')
2008-09-18 19:51:25 +00:00
JT Smith
ef120fb06b
Added isVisitor, isAdmin, and isRegistered methods to User object instead
...
of hard coding checks everywhere with group ids. And updated the code base
to match.
2008-09-16 22:32:36 +00:00
Graham Knop
1e54cf0458
some comment cleanups
2008-09-15 21:51:46 +00:00
Graham Knop
60e3fb39c2
fixed: invalid HTML generated for Shortcut overrides tab
2008-08-25 20:46:39 +00:00
Chris Nehren
36eb8db8fc
add ability to show metadata values in head blocks.
2008-08-21 18:51:16 +00:00
Doug Bell
e141a01d31
fixed Gallery Cross Publish not displaying correctly
2008-08-13 20:56:04 +00:00
Graham Knop
ffb8408b83
fixed: shortcut overrides new value column doesn't show macros as unparsed
...
fixed: shortcut select by alternate criteria wizard doesn't show lists properly
2008-08-13 20:34:18 +00:00
Graham Knop
ff783a913f
revert r7017, it didn't allow userPref macros and doing so requires more extensive changes
2008-07-28 14:57:11 +00:00
Doug Bell
2763dfee25
shortcut ##userPref:<profile field>## macros now work even if shortcut is not under a dashboard
2008-07-20 18:35:16 +00:00
JT Smith
3168aec473
shortcut overrides display titles instead of field names
2008-06-26 19:47:35 +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
Graham Knop
b725e93f35
fix shortcuts not copying overrides with asset or removing them on purge
2007-11-15 07:30:15 +00:00
Doug Bell
2570980fa5
makeShortcut done, EXIF done
2007-10-30 21:04:41 +00:00
Doug Bell
f684e728c8
fix: Shortcuts now follow their linked asset when trashing, purging, and restoring from trash
2007-10-05 00:27:14 +00:00