Colin Kuskie
41ebf01199
There's no need to check again if the asset exists when importing asset collateral data. Fixes bug #12060 .
2011-03-07 16:31:19 -08:00
Colin Kuskie
23b403dd3f
Add a test to make sure that duplicating a Thingy does not leak rows or things.
2011-03-07 16:24:29 -08:00
Colin Kuskie
efcc4fe1a7
www_editSave needs permission checks to prevent extra assets from being added by unprivileged users. Partial fix for #12068 .
2011-03-07 15:59:31 -08:00
Colin Kuskie
78d27ad031
Revert "Thingy asset collateral import does not need to check for existance of the asset. If the asset doesn't exist, package import will create it or it will die. Fixes bug #12060."
...
This reverts commit 2c0334d709 .
2011-03-07 08:50:24 -08:00
Colin Kuskie
2c0334d709
Thingy asset collateral import does not need to check for existance of the asset. If the asset doesn't exist, package import will create it or it will die. Fixes bug #12060 .
2011-03-07 08:35:15 -08:00
Colin Kuskie
8a527f830c
Fix sytax errors in the new TimeField code.
2011-03-07 08:31:26 -08:00
Colin Kuskie
73a95e9627
Fix the accidental overriding of www_export in the Thing. Fixes bug #12066 .
2011-03-04 10:45:06 -08:00
Colin Kuskie
675dfec848
Add i18n requirements for the TimeField, so it works if used without other plugins requiring them.
2011-03-03 16:55:21 -08:00
Chris Hanson
d1531da722
Merge branch 'master' of git://github.com/plainblack/webgui
...
Conflicts:
docs/changelog/7.x.x.txt
2011-03-03 16:16:25 -06:00
root
d72d36986b
Removed the ugly time setting pop-up and replaced it with clean JS. Fixes bug #12061
2011-03-03 15:50:58 -06:00
Colin Kuskie
e7e8cd43bf
Fix the currentUrl used by the thingy for making URLs with action, like pagination and sorting, in the search screen. Fixes bug #12055 .
2011-03-02 16:40:44 -08:00
Colin Kuskie
de6cf5875f
Fix the Time field. Provide a getValueAsHtml method. Use it when displaying the form, so that the JS works correctly in displaying values. Fixes bug #12054 and works swell in the Thingy. The Thingy is my favorite asset now.
2011-02-28 20:43:07 -08:00
Colin Kuskie
79ab978e49
Fix the URL to the user after exporting a Thing in CSV format. The URL needs to contain the thingId to see non-default things. Fixes bug #12063
2011-02-28 20:33:29 -08:00
Colin Kuskie
7091cedc0a
Add the column headers back to the CSV file exported from a Thing. Fixes bug #12062 .
2011-02-28 19:23:56 -08:00
Colin Kuskie
99f613bb9a
Update test for CSRF token.
2011-02-28 15:41:06 -08:00
Colin Kuskie
bb655e22e7
Rename the test to be a test.
2011-02-28 14:58:37 -08:00
Colin Kuskie
331ce02065
Update the default View Thing Data template to use the viewScreenTitle variable, and i18n the word "View". Update template docs to describe what viewScreenTitle really is. Fixes bug #12053 .
2011-02-28 09:44:10 -08:00
Colin Kuskie
6749937d4e
No direct appending of URL's, since it breaks Prevent Proxy Cache. Also, i18n the buttons. Fixes bug #12051 .
2011-02-28 09:31:56 -08:00
Colin Kuskie
1255f27792
Document that in WebGUI::Search, assetIds are not AND'ed with the other rules.
2011-02-28 08:54:17 -08:00
Colin Kuskie
34a85a6ea1
Prune dead code out of the DataForm/diagnose test.
2011-02-28 08:27:41 -08:00
Colin Kuskie
c9003e3517
Ready for 7.10.11 development.
2011-02-21 21:35:23 -08:00
Colin Kuskie
70cdc256db
Ready for 7.10.10 release
2011-02-21 21:08:38 -08:00
Colin Kuskie
e833d472c6
Update this test to duplicate the encoding done in the Matrix.
2011-02-21 14:29:30 -08:00
Colin Kuskie
44039fd555
>5.8.8 <> >= 5.8.8
2011-02-21 14:12:07 -08:00
Colin Kuskie
116a3c21ca
In the Asset Manager search window, let the title of the asset be a link to view the asset. Fixes bug #12048 .
2011-02-21 13:54:00 -08:00
Colin Kuskie
e04208e3a2
Document new version perl required for the updated *Packer modules. Fixes bug #12049 .
2011-02-21 13:44:23 -08:00
Paul Driver
ae3e49d622
Versioned Metadata
2011-02-17 14:46:50 -06:00
Paul Driver
add255388a
ignore webServerPort in session/url.t
2011-02-17 14:10:07 -06:00
Colin Kuskie
64eafc61ba
Skip testing the anniversay event if we didn't get one in the CalendarUpdateFeeds test.
2011-02-17 11:56:08 -08:00
Colin Kuskie
90dec24634
Prevent an empty AssetProxy macro from causing an infinite loop. Fixes bug #12046 . Thanks to Trex for the patch!
2011-02-14 17:49:47 -08:00
Colin Kuskie
6865fda6e1
Build a test to verify checkSegment. Addresses bug #12044 .
2011-02-14 17:39:11 -08:00
Colin Kuskie
f3e340fa3a
Rework the CS mail fetching interval so that it can't have crazy values like never, every second or yearly. Fixes bug #12043
2011-02-14 16:37:06 -08:00
Colin Kuskie
016df9aa32
Add the Job Description column to the Job List template for the CS. Fixes bug #12045 .
2011-02-14 09:57:30 -08:00
Colin Kuskie
702de1e26a
Add the missing template variables for userDefined fields in the Map Point.
2011-02-09 09:07:26 -08:00
Colin Kuskie
bb584ec910
Fix stories linking to keyword pages after export. Fixes bug #12035 .
2011-02-08 19:11:32 -08:00
Colin Kuskie
1df5429323
Ready for 7.10.10 development
2011-02-07 21:14:07 -08:00
Colin Kuskie
cf72a9fc94
Preparing for 7.10.9 release.
2011-02-07 20:45:01 -08:00
Colin Kuskie
8aee259282
Fix an issue where the default cache time of WebGUI::Cache would cause Groups with caches disabled (groupCacheTimeout=0) to actually be cached for 60 seconds. Fixes bug #12038 .
2011-02-07 13:36:46 -08:00
Paul Driver
4a5196ac5c
fixed #12033 : scratch variable problems during export
2011-02-03 13:50:42 -06:00
Colin Kuskie
7cb1fa97b5
Update versions of *::Packer to get rid of regexp variables that slow down all regexen. Fixes bug #11704 .
2011-02-02 11:00:06 -08:00
Colin Kuskie
5c57e33453
Fix rendering issues with radio buttons and checkbox lists in the Underground style.
2011-02-02 08:20:26 -08:00
Colin Kuskie
a0867dd45a
Show different styles based on whether a user is in admin mode, or not. Fixes bug #12032 .
2011-02-01 16:38:18 -08:00
Colin Kuskie
5b07ab3113
Allow anyone who can edit an asset to create a shortcut to it.
2011-02-01 14:10:12 -08:00
Colin Kuskie
eb8fa8f79f
no parent yet, use base instead.
2011-02-01 08:21:29 -08:00
Colin Kuskie
7b700d0ca5
Add POD for WebGUI::ICal
2011-01-31 19:26:11 -08:00
Colin Kuskie
8ae16ba37c
Have the Calendar iCal feed pass along the timeZone of events. Fixes bug #12030 .
...
Squashed commit of the following:
commit ce957db5311c7fb11c7d780b9f63c1b0adc17cda
Author: Colin Kuskie <colink@perldreamer.com>
Date: Mon Jan 31 19:00:23 2011 -0800
Changelog notice for the ical bugfix with timezones.
commit 24a3bc1c74b20ca6ba689641fa0187b659dc3c5e
Author: Colin Kuskie <colink@perldreamer.com>
Date: Mon Jan 31 15:32:50 2011 -0800
Transfer the time zone as one of the WebGUI specific items for the Event.
commit 36f87539ba8b090a5e5c9f1879cd40b6f6e69afc
Author: Colin Kuskie <colink@perldreamer.com>
Date: Sun Jan 30 21:18:12 2011 -0800
Refactor the code so that the Event adds itself to a calendar object, giving it access to add other things to the calendar, like a timezone definition.
commit f401966bd53b51950f1402a5a19b92b13dcc6b06
Author: Colin Kuskie <colink@perldreamer.com>
Date: Sun Jan 30 19:42:49 2011 -0800
Document which version of Data::ICal that we're now using.
commit 689522e30b26fc445da5b59b81789c0d72e157d4
Author: Colin Kuskie <colink@perldreamer.com>
Date: Sat Jan 29 14:27:25 2011 -0800
Fix a typo in the Event preventing menuTitle from being sent out. Fix issue with the menuTitle being set twice. Update the test to fix long string handling.
commit 59043eee1536e60d92f23313a33dc54da6f15122
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 19:48:16 2011 -0800
Move iCal generation over to Data::ICal. Give each event the ability to return itself as an Data::ICal::Entry::Event object.
commit eec448b38c101b599c0fb695f442012e311385fb
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 19:47:14 2011 -0800
Document new testing module. It't only required if you're doing testing.
commit 3d1e82229423834330dcdd31c0a81df986df0f32
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 17:05:09 2011 -0800
Fix setting the title in the iCal feed.
commit 458f4d2e0e1faa1cc6dcb7107040d06b51b97d36
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 13:37:52 2011 -0800
Rewrite of CalendarUpdateFeeds to use Data::ICal
commit 1a271ebc78bbe8b21a26f7a0dba61d1462922f30
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 10:49:27 2011 -0800
Begin building an ICal object for parsing the ical feeds.
2011-01-31 19:05:04 -08:00
Colin Kuskie
93646ad8e6
Ready for 7.10.9 development cycle.
2011-01-24 21:22:17 -08:00
Colin Kuskie
61933d7b64
Ready for 7.10.8 release.
2011-01-24 20:58:45 -08:00
Colin Kuskie
dbcd507d61
Fix Keyword -> generateCloud and make the test repeatable again without having to parse the returned URLs.
2011-01-24 20:26:57 -08:00
Colin Kuskie
052b3dfd45
Fix duplicating storages in Posts and subscription groups in threads. Fixes bug #12024 .
2011-01-24 19:08:51 -08:00