Commit graph

2325 commits

Author SHA1 Message Date
Colin Kuskie
c4243648d5 Fix a dangling comma in the define for the Gallery tableName. 2010-02-17 16:58:25 -08:00
Colin Kuskie
7f148db487 Fix bad subtext in mapApiKey property 2010-02-17 16:53:03 -08:00
Colin Kuskie
b75c6f7053 Fix Moose usage so that the module compiles. Still won't work correctly under auto edit. 2010-02-17 16:48:08 -08:00
Colin Kuskie
618ffdf978 Fix typo in TimeTracking. 2010-02-17 16:44:13 -08:00
Colin Kuskie
3e515fc7ec Fix groupId problem in group fields in the WikiMaster. 2010-02-17 16:40:51 -08:00
Graham Knop
20ee527dbd change aspect to define 2010-02-17 16:31:10 -06:00
Doug Bell
8701842829 Merge branch 'innodb' into 8
Conflicts:
	lib/WebGUI/Asset/Wobject/DataForm.pm
2010-02-17 15:09:04 -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
936224311b More Poll fixes. 2010-02-16 14:54:01 -08:00
Colin Kuskie
b6048b7f24 Update Dashboard for Moose. 2010-02-16 14:46:39 -08:00
Colin Kuskie
e5d471567e Update Carousel for Moose. 2010-02-16 11:58:35 -08:00
Colin Kuskie
6287ebdd46 Update Newsletter for Moose. 2010-02-16 11:48:13 -08:00
Colin Kuskie
7c8668616c Update Collaboration for Moose. 2010-02-16 11:35:48 -08:00
Colin Kuskie
7caa3e3738 Move AssetRole to Role::Asset, and update all client modules. 2010-02-16 11:00:47 -08:00
Colin Kuskie
90facc46a9 Refactor code for updating storage location file permissions into a Role. 2010-02-16 08:56:34 -08:00
Colin Kuskie
abaeab36e0 Refactor code to force assets to always be hidden into a role and use it. 2010-02-16 08:50:00 -08:00
Colin Kuskie
fe6ec3ff4c Update StoryTopic for Moose. Needs Rss Role. 2010-02-15 15:51:22 -08:00
Colin Kuskie
b7f79a506f Update StoryArchive for Moose. 2010-02-15 15:46:03 -08:00
Colin Kuskie
27e30c74c4 Note that per album allowing of comments is doable, but not exposed to the UI yet. 2010-02-15 15:29:43 -08:00
Colin Kuskie
4edd07cf99 Update GalleryAlbum for Moose. 2010-02-15 15:11:38 -08:00
Colin Kuskie
44f03502b6 Updating Gallery for Moose. 2010-02-15 14:37:47 -08:00
Colin Kuskie
dc2d086b2a Fix a whole bunch of aspect comma/semicolon changes. 2010-02-15 13:52:11 -08:00
Colin Kuskie
199f659d32 Forgot a label for the data property. 2010-02-15 13:47:54 -08:00
Colin Kuskie
1473013dc6 Update DataTable for Moose. 2010-02-15 13:46:39 -08:00
Colin Kuskie
43bff8c878 No variable fieldTypes. Use noFormPost instead. 2010-02-15 10:35:30 -08:00
Colin Kuskie
967d307912 Remove definition subroutine. 2010-02-12 16:38:37 -08:00
Colin Kuskie
c4ba243713 Update WikiMaster for Moose. Needs Roles. 2010-02-12 16:33:47 -08:00
Colin Kuskie
98af8f2b9b Fix SQL Report i18n for numbered labels. 2010-02-12 11:59:17 -08:00
Colin Kuskie
03ccc7febb Update HttpProxy for Moose. 2010-02-11 19:29:24 -08:00
Colin Kuskie
4f2c5495e6 remove the definition sub. 2010-02-11 19:21:20 -08:00
Colin Kuskie
d3ea16a5b4 Update InOutBoard for Moose. 2010-02-11 19:20:22 -08:00
Colin Kuskie
213458d19c Updating Map and MapPoint for Moose. 2010-02-11 19:09:54 -08:00
Colin Kuskie
20aff04633 Update Matrix and MatrixListing for Moose. Needs the Comments Role in order to check tests further. 2010-02-11 17:43:26 -08:00
Colin Kuskie
df2cc42c93 Update MessageBoard for Moose. 2010-02-11 16:53:36 -08:00
Colin Kuskie
2cb4bc45b8 remove definition subroutine from these already converted assets. 2010-02-11 16:40:09 -08:00
Colin Kuskie
3d1491a4aa Updating Poll and MultiSearch for Moose. Poll conversion is not finished yet. 2010-02-11 16:37:11 -08:00
Colin Kuskie
54fa46ad11 Update ProjectManager for Moose. 2010-02-11 16:10:32 -08:00
Colin Kuskie
5259184c16 remove definition sub 2010-02-11 16:04:22 -08:00
Colin Kuskie
fb87626e22 Update Search for Moose. 2010-02-11 16:02:46 -08:00
Colin Kuskie
34b513aa89 Partial update of SQLReport for Moose. Still needs to resolve i18n labels in the properties where the label is concatenated with a string. 2010-02-11 15:55:20 -08:00
Colin Kuskie
6e4e666a0d Update StockData for Moose. 2010-02-11 14:01:37 -08:00
Colin Kuskie
d41affa4cc Update Survey for Moose and new accessors. Also update the tests. 2010-02-11 13:54:46 -08:00
Colin Kuskie
059cb4277a Update Thingy for Moose. 2010-02-11 12:56:21 -08:00
Colin Kuskie
da64cc9ab6 Update TimeTracking for Moose. 2010-02-11 11:38:05 -08:00
Colin Kuskie
54cfb61f6a Update WeatherData for Moose. 2010-02-11 11:21:05 -08:00
Colin Kuskie
45eb743b3b Update UserList for Moose. 2010-02-11 11:07:01 -08:00
Colin Kuskie
5494a3660c Remove filter calls in Shelf when importing. 2010-02-10 14:48:04 -08:00
Colin Kuskie
d1572c4257 Make sure that all builder methods that use session sare set to be lazy. 2010-02-05 15:41:01 -08:00
Colin Kuskie
9f06085054 Update DataForm for wg8. 2010-02-05 12:00:40 -08:00
Colin Kuskie
acff13ac10 SyndicatedContent moved over to wg8. 2010-02-04 15:48:47 -08:00