Colin Kuskie
25fb019a18
Prepare a test method for throwing Template exceptions. Add code to handle HTTP 304 for visitors.
2010-08-10 10:27:45 -07:00
Colin Kuskie
7a1abd7bc0
Alter URL permutations to handle the cases when there is a leading / in the URL. Add the dispatch subroutine.
2010-08-10 10:27:45 -07:00
Colin Kuskie
35284c0753
getUrlPermutations, and a stub for Content::Asset::dispatch so the test doesn't die.
2010-08-10 10:27:44 -07:00
Colin Kuskie
178e6f7729
Remove yahoo debug code from the Asset Manager. fixes bug #11662
2010-06-21 08:45:01 -07:00
Doug Bell
2c75ab27e6
migrate to getLineageIterator to save memory
2010-06-01 16:23:49 -05:00
Paul Driver
3a9c3e5d9a
checkbox in asset manager for clearPackageFlag
2010-06-01 12:25:49 -07:00
khenn
5692106e85
Added better error handling for JSON parse errors. Scripts don't crash any longer when JSON gets a bad parse string. Instead the script receives a valid empty response and a warning is thrown to the log containing the JSON string passed in as well as the user who tried to execute.
2010-05-23 12:12:05 -05:00
Colin Kuskie
3eb479c646
Fix module usage.
2010-05-01 23:26:38 -07:00
Colin Kuskie
d2d50d8f30
POD for Content/Wizard
2010-05-01 23:24:35 -07:00
Doug Bell
ce26a84e87
Migrate initial setup to WebGUI::Wizard
2010-04-26 17:12:19 -05:00
Doug Bell
8504a34c65
add WebGUI::Wizard
2010-04-23 18:25:32 -05:00
Doug Bell
945efb18be
perltidy
2010-04-23 13:48:18 -05:00
Colin Kuskie
d67998888c
Address Books cannot be owned by Visitor any longer. Changed newBySession to newByUserId.
2010-04-22 12:02:54 -07:00
Colin Kuskie
fb3211aa3c
IE8 on XP demands that onclick actions return false, otherwise it submits the form twice. Fixes bug #11336 .
2010-02-09 12:06:25 -08:00
Doug Bell
21183eb10c
fix #11292 : Asset Manager search too sticky
2010-01-29 17:06:49 -06:00
Colin Kuskie
ca86f3d84b
Change the showing of hidden pages by the SiteIndex to be configurable. Fixes RFE #11044 .
...
Also, change the SiteIndex to use an iterator.
2010-01-27 11:32:27 -08:00
Colin Kuskie
5a25a44221
Made Asset Manager search too sticky.
2009-12-06 14:57:08 -08:00
Colin Kuskie
f96c2f7af1
Change assetManager search to work like assetManager manage. Fixes bug #11272
...
Force all actions to be routed through asset methods with Csrf and
permission checks.
2009-11-24 22:53:20 -08:00
Colin Kuskie
a70269889f
Remove trailing whitespace.
2009-11-19 10:06:35 -08:00
Colin Kuskie
e1c77cf314
Fix the issue with Assets with macro based content not showing the new content to Visitors. Fixes bug #11200 .
2009-11-19 10:04:19 -08:00
Colin Kuskie
7c240127e8
In the site starter, allow users to pick the default language for a site based on installed language packs. Adds RFE #10727 .
2009-11-16 09:47:54 -08:00
Colin Kuskie
25083b27e3
Merge commit 'haarg/bart-i18n'
2009-10-28 11:15:12 -07:00
Bart Jol
bb4d14d944
Language override file changes
2009-10-28 12:41:55 -05:00
Colin Kuskie
738e8980e3
Remove regexp processing from AssetManager URL handling, since all it ever does is append.
2009-10-28 09:30:17 -07:00
Colin Kuskie
0d0e5747d8
Fix a capitalization issue. Fixes bug 10816.
2009-08-24 00:13:46 +00:00
Colin Kuskie
8ed444d6ff
Fix template diagnostics, reverse templateId and assetId.
2009-07-17 16:16:22 +00:00
Colin Kuskie
44ea49b06c
Sorting search results works now. Added a button to clear the search and submit the form.
2009-07-15 17:46:47 +00:00
Colin Kuskie
712d4b8309
Add divs required to hold pagination controls.
2009-07-15 17:25:20 +00:00
Colin Kuskie
5e4db3adb4
Provide a framework for CSRF protection, with tests.
...
Add CSRF protection to Asset editSave, AssetManager, VersionTags and Group operations.
2009-07-06 16:58:57 +00:00
Colin Kuskie
45a6428887
Remove debug code from the AssetManager.
2009-06-25 15:32:07 +00:00
Colin Kuskie
8bcfa301b3
Make the AssetManager use Asset*.pm for cut, copy, paste, rank and duplicate.
2009-06-25 14:40:22 +00:00
Colin Kuskie
44bc4abcdb
use getWebguiProperty to find the extrasURL.
2009-06-25 03:26:31 +00:00
Colin Kuskie
49c2cfd5fa
Update tests to handle the new way of updating ranks in the asset manager.
2009-06-20 00:03:18 +00:00
Colin Kuskie
117904aff7
fix an i18n bug
2009-06-19 23:31:01 +00:00
Colin Kuskie
35749ff8c6
Add a progress bar for reordering rank in the Asset Manager.
2009-06-19 18:06:46 +00:00
Colin Kuskie
8be0a5c734
Add a progress bar for long running ops. First implementation is
...
with paste. Also fix bugs with redirecting from the admin bar back to a
page instead of staying in the Asset Manager.
2009-06-18 19:39:35 +00:00
Colin Kuskie
f2ebb5c54b
i18n a button label for Paste.
2009-06-18 16:18:22 +00:00
Colin Kuskie
d1038fb698
Do not display a select all button in the AssetManager unless there's more than 1 asset.
2009-06-17 17:44:45 +00:00
Colin Kuskie
e004e31857
Fix mime type detection for performance indicators.
2009-06-16 17:26:27 +00:00
Colin Kuskie
80dfb9ffd0
Throw an exception in all wobjects if the main template (used by view)
...
has been deleted.
2009-06-02 19:34:18 +00:00
Doug Bell
b7bd11acb5
added tests for asset manager
2009-06-02 08:28:46 +00:00
Colin Kuskie
d8a1623ea0
adding FilePump
2009-05-18 16:03:50 +00:00
Colin Kuskie
c49d53ce88
Add bundles, and display list of bundles.
2009-05-15 22:23:36 -07:00
Colin Kuskie
bff9c617ac
Fix the content handler.
2009-05-15 21:30:21 -07:00
Colin Kuskie
a4cb3c2aac
FilePump content handler.
2009-05-15 16:42:21 -07:00
JT Smith
802713092f
- Added WebGUI community statistics question to the site setup wizard.
2009-05-15 16:11:32 +00:00
Stephen Opal
d6696f8a7e
Admin Panel asset search extension: allow searching by assetId with the inclusion of a helper keyword:
...
assetid: <an_asset_id>
assetId search is performed using a logical OR so multiple helper:key pairs can be applied
and normal keywords can also be used in the same query
2009-05-13 20:40:36 +00:00
Colin Kuskie
a3a073296c
Add POD and fix typos to get POD coverage up
2009-04-01 03:53:34 +00:00
Colin Kuskie
9e20aabd18
Add icons for the Asset History browser. Change the
...
default WebGUI conf, upgrade script, and content handler
to use them.
2009-03-12 22:01:55 +00:00
Colin Kuskie
8cbf232e72
Adding Asset History content manager.
2009-03-12 05:08:03 +00:00