Commit graph

8590 commits

Author SHA1 Message Date
Colin Kuskie
e3029f3661 Fix a typo in exportTransposedResults in the Survey fixes bug#10990. 2009-09-18 10:37:39 -07:00
Colin Kuskie
56f68bf291 Make subscribable asset handle its built-in group correctly. Fixes bug#11004 2009-09-18 09:25:30 -07:00
Colin Kuskie
b91a1effa8 Make a nice session object to use for Group->new. 2009-09-18 09:17:48 -07:00
Colin Kuskie
dd9a78d24e Fix Subscribable aspect i18n. Fixes bug #11003. 2009-09-17 15:55:42 -07:00
Colin Kuskie
6c4d146e10 Add missing datestamps to RssFeed i18n file. 2009-09-17 15:54:40 -07:00
Colin Kuskie
7349cf52b8 Use a fresh copy of the DataForm after doing autocommits for move and delete. 2009-09-17 12:02:30 -07:00
Colin Kuskie
bb10f0e3d0 i18n the datepicker. fixes bug #10976. 2009-09-17 10:07:55 -07:00
Colin Kuskie
8395d090fa Show thingy controls when maxEntriesPerUser is reached. Fixes bug #10950. 2009-09-16 21:58:24 -07:00
Colin Kuskie
4be50c6cae Fix an i18n typo in the Navigation help. 2009-09-16 21:44:38 -07:00
Colin Kuskie
f4d19c41f7 DataForms logs an error when it cannot load the requested form type. Fixes bug #10954. 2009-09-16 19:24:28 -07:00
Graham Knop
626e3abf96 make buildHashRef faster 2009-09-16 18:28:32 -05:00
Colin Kuskie
79b849262c WikiPage displays a locked label when locked. fixes bug #10998 2009-09-16 16:07:59 -07:00
Colin Kuskie
96dba300f7 Consider time zone when creating start/end dates for calendar view methods. Fixes bug #10924 2009-09-16 11:23:47 -07:00
Colin Kuskie
c5824ab0e3 Return something more appropriate than unprivileged for getScheduleAsJSON. 2009-09-15 21:23:36 -07:00
Colin Kuskie
b2798a47a1 Add permission checks to schedule JSON in the EMS. 2009-09-15 21:23:35 -07:00
Colin Kuskie
bcaff3b9eb Add permission check to www_viewSchedule for the EMS. fixes bug #10987 2009-09-15 21:23:35 -07:00
Doug Bell
af4eff37f9 Merge branch 'master' of git@github.com:plainblack/webgui
Conflicts:
	docs/changelog/7.x.x.txt
2009-09-15 20:17:31 -05:00
Doug Bell
ed8a0dac5c added direct value access in DataForm list view 2009-09-15 20:16:31 -05:00
Colin Kuskie
694d54928e autoGenerate and noFormPost are required for JSON fields. Fixes bug #10991. 2009-09-15 14:21:19 -07:00
Colin Kuskie
740066cebc Fix sorting in the EMS ticket screen. bug #10929. 2009-09-15 10:24:19 -07:00
hao
082b04b967 Fixed bug #10982 where survey admin menu options appear twice. Caused by the Survey Asset directly calling its parent getAdminConsole method instead of instantiating a session instance of the method. 2009-09-15 12:02:49 -04:00
Colin Kuskie
5ee64a57d3 Allow profile fields to be emptied. Fixes bug #10913. 2009-09-14 20:42:38 -07:00
Colin Kuskie
b57dff3e3e Fix a bad template variable in SendNewletters workflow activity, bug #10953 2009-09-14 18:58:10 -07:00
hao
5a43e24384 Merge branch 'master' of git@github.com:plainblack/webgui 2009-09-14 14:29:58 -04:00
hao
a48b16dbfc Fixed #10967: Using a round bracket (parenthesis) in a macro. Unbalanced parentheses can now be escaped in macro calls using the backslash character. 2009-09-14 14:27:14 -04:00
Colin Kuskie
0b1deab40c Refactor getMetaDataFields to use WebGUI::SQL methods. 2009-09-13 06:15:34 -07:00
Colin Kuskie
229aaaa270 Fix POD, remove dead code, use correct TTL in SendNewsletters. 2009-09-11 13:08:47 -07:00
Colin Kuskie
785523f0b0 remove dead code from NotifyAboutThing. 2009-09-11 12:49:42 -07:00
Colin Kuskie
633f10d1b0 Remove debug code. 2009-09-11 08:25:37 -07:00
Colin Kuskie
ebffc8041b Fix a POD typo in the Newsletter CS. 2009-09-11 07:32:31 -07:00
Doug Bell
6da85b89a7 add #455: Featured page in wiki 2009-09-10 15:57:59 -05:00
Colin Kuskie
021b7f8fed Fix import Story Archive packages with sub-stories. 2009-09-10 08:43:26 -07:00
Colin Kuskie
f5b2b6d4cd Check for additional bad user profile field names. bug #10941 2009-09-10 08:43:25 -07:00
Doug Bell
65120a61cb Merge branch 'master' of git@github.com:plainblack/webgui
Conflicts:
	docs/changelog/7.x.x.txt
	docs/upgrades/upgrade_7.7.19-7.8.0.pl
2009-09-09 17:26:55 -05:00
Doug Bell
0697673846 added Subscribable AssetAspect to Wiki 2009-09-09 17:24:00 -05:00
Colin Kuskie
237af9f527 Fix JS form issues with ThingyRecord. bug #10943 2009-09-09 09:55:22 -07:00
Colin Kuskie
9ec062d5bc Usability improvement for the edit version tag screen. rfe #10862 2009-09-09 07:45:04 -07:00
Graham Knop
9f2db435ba prevent Workflow from trying to run an activity if it didn't get an object 2009-09-09 01:16:49 -05:00
Colin Kuskie
2948e68781 Fix 10939, commit with approval breaks on assets with autocommit children, Post, Story, Wiki, Event, etc.
Encapsulate a new method to get a fresh asset from the db.  With tests.
2009-09-08 21:17:41 -07:00
Graham Knop
2cf67ecba4 fixed #10889: Old Matrixs break for Admin users 2009-09-08 20:07:22 -05:00
Graham Knop
b8127bafec Revert "When opening or duplicating Session objects, pass on any Apache2::Request object"
This reverts commit ed97fa1ecd.
2009-09-08 11:06:39 -05:00
Doug Bell
b838102df5 fix #10928 EMS print ticket not processed for TZ 2009-09-08 10:57:55 -05:00
Colin Kuskie
957eaa44c0 Change the i18n label for Help, to be Template Help since that's what it is. 2009-09-08 08:47:00 -07:00
Colin Kuskie
4fec772de1 Fixing more i18n typos in ProjectManager 10923, 10925. 2009-09-07 15:13:32 -07:00
Colin Kuskie
b2bc8c91b4 Fix bad i18n and help for Story Manager form errors. 2009-09-07 12:55:53 -07:00
Colin Kuskie
69e2468d97 Fix i18n copy paste error in Project manager. bug #10921 2009-09-07 12:48:30 -07:00
Colin Kuskie
b319e7fcb8 Fix an i18n typo in the ProjectManager. 2009-09-07 12:33:42 -07:00
Colin Kuskie
d3b97a938a Fix an i18n typo in StockData. 2009-09-07 12:27:39 -07:00
Graham Knop
b28452bb63 change CSRF token messages from warn to debug 2009-09-07 00:34:06 -05:00
Colin Kuskie
ff55ab1493 For USPS priority service, add another container type. 2009-09-06 20:23:12 -07:00