Commit graph

14220 commits

Author SHA1 Message Date
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
Colin Kuskie
ebf7763d32 Fix display of multiple date change headers in the Calendar list view. Settle on months. Fixes bug #11989. 2011-01-24 11:31:27 -08:00
Colin Kuskie
2b15982caa i18n the EU VAT TaxDriver screen. Fixes bug #12028. 2011-01-24 08:59:46 -08:00
Paul Driver
48bbec5c6f fixed #12029: issue with keywords 2011-01-24 09:43:14 -06:00
Colin Kuskie
48c834eb75 Move the border property from the body in the CSS for the View Event template to the surrounding table. Fixes bug #11990. 2011-01-20 15:35:28 -08:00
Colin Kuskie
62a4c5e27b Force a foreground color for the calendar event view template. Fixes bug #11991. 2011-01-20 15:20:54 -08:00
Colin Kuskie
1c3b2428b6 Hide ending recurrent fields that are not used. Fixes bug #12020. 2011-01-20 15:06:57 -08:00
Colin Kuskie
973363b14c Enforce viewing permissions for search and keywords in the Wiki. Fixes bug #12027 2011-01-20 11:21:51 -08:00
Colin Kuskie
8c2958b042 Do not send emails when a Post or Thread is copied inside WebGUI. Fixes bug #12024. 2011-01-19 18:43:33 -08:00
Colin Kuskie
ca54f439e9 Document how skipNotification is handled by the Aspect. 2011-01-19 14:54:50 -08:00
Colin Kuskie
bce5e6afab Subscribable aspect dies if addRevision is called without a hashref of new properties for the new revision. 2011-01-19 14:37:09 -08:00
Colin Kuskie
49063cf526 Fix UTF-8 handling in WebGUI::Storage class. Add tests for all methods that were checked. Fixes bug #12023. 2011-01-18 21:07:03 -08:00
Colin Kuskie
889b2bc2fd Refix the Friend Manager pagination. Fixes bug #11965 2011-01-17 11:59:54 -08:00
Paul Driver
7c9d0863ef Tests for the new topic template variable 2011-01-11 12:47:58 -06:00
Paul Driver
2208864504 rfe #12016 for the top story as well 2011-01-11 10:09:58 -06:00
Colin Kuskie
006c27f582 Ready for 7.10.8 development. 2011-01-10 21:34:55 -08:00
Colin Kuskie
d5abe32b76 Preparing for 7.10.7 release 2011-01-10 21:01:27 -08:00
Doug Bell
2e3ee7e575 fix 11989 Calendar list view isn't uniform and missing fields
also fixed timezone problem with the list view sections
2011-01-10 20:26:57 -06:00
Doug Bell
6397f20f9c fix test for new controls param 2011-01-10 20:26:56 -06:00
Doug Bell
c0d5cc9f3b fix dataform jumping between views when moving fields 2011-01-10 20:26:56 -06:00
Doug Bell
2808a19670 fix 11988 dataform list view missing field control 2011-01-10 20:26:56 -06:00
Doug Bell
9be6da4d2a fix 11987 map displays white text on white bg 2011-01-10 20:26:55 -06:00
Colin Kuskie
f1dd08c135 If there are missing, required fields when saving data to a thing, do not write it to the db. Fixes bug #11996. 2011-01-10 16:00:21 -08:00
Colin Kuskie
6f34c25e82 Prevent SSO fixation attacks against WebGUI by modifying Operation/SSO to log the user in as the user with a different session, and to require a flag in the config file to enable it. This feature will be removed in WebGUI 8. Fixes bug #12004. 2011-01-10 14:07:59 -08:00