Commit graph

470 commits

Author SHA1 Message Date
daviddelikat
f263c2032c lots of new stuff 2009-10-26 09:56:37 -05:00
daviddelikat
aa4f3ec0a4 more work... 2009-10-26 02:27:51 -05:00
daviddelikat
9f08ea7e32 working on queue and such 2009-10-25 10:00:20 -05:00
daviddelikat
238b38990d more queue work 2009-10-24 09:07:10 -05:00
daviddelikat
0aa868b813 working on submission queue 2009-10-24 09:05:26 -05:00
daviddelikat
1e16ea2972 working on www_addSubmission 2009-10-23 10:04:47 -05:00
daviddelikat
d114084a76 started submission queue 2009-10-22 11:11:18 -05:00
daviddelikat
226d87ca3e more work on submissionForm 2009-10-21 10:27:14 -05:00
daviddelikat
378c73dd31 last version with tabbed form description 2009-10-20 09:06:19 -05:00
daviddelikat
8183b86eea more work on editSubmissionForm 2009-10-16 10:41:42 -05:00
daviddelikat
949d9fa80e more work on edit submission form 2009-10-15 10:15:18 -05:00
daviddelikat
f4cd70f65e lots of work on the edit submission form template and supporting code. 2009-10-15 01:28:46 -05:00
daviddelikat
fe31e7a774 adding code for templates 2009-10-14 10:41:28 -05:00
daviddelikat
dbf1e05635 nearly 50% functionality 2009-10-13 10:59:22 -05:00
daviddelikat
1ffc3a61cb fix for bug #10874
plus a few submission bits
2009-10-08 08:35:00 -05:00
daviddelikat
03a0279040 started adding functionality, somethings look OK still long ways to go for base functionality 2009-10-07 10:41:03 -05:00
daviddelikat
ccc9e36e25 more tests, started coding for real... 2009-10-06 09:43:20 -05:00
daviddelikat
88490bb329 coded the correct upgrade script 2009-10-01 00:03:54 -05:00
Colin Kuskie
9a8b6d292e Fix EMS Schdedule template bugs. Fixes bug #10988.
Give the EMS Schdule template its own namespace.  In the db,
remove usage of EMS template and EMS Schedule templates in the
wrong places.
2009-09-28 13:38:18 -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
Colin Kuskie
740066cebc Fix sorting in the EMS ticket screen. bug #10929. 2009-09-15 10:24:19 -07:00
Doug Bell
b838102df5 fix #10928 EMS print ticket not processed for TZ 2009-09-08 10:57:55 -05:00
Colin Kuskie
a7c489e454 Make the importer check the date format when importing tickets. 2009-06-24 03:25:07 +00:00
Colin Kuskie
3b94bad76d Fix a typo in user output. 2009-06-20 00:02:20 +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
David Delikat
a054c9de73 added date pagination to EMS schedule table
also improved formatting of table
2009-05-24 22:51:39 +00:00
David Delikat
0fb2b7775d added EMS Schedule table 2009-05-20 02:51:44 +00:00
JT Smith
b6da052e08 - Added the WebGUI stats system, which will allow site admins to submit
information about their site to a central repository on webgui.org which 
   help the developers make WebGUI better.
2009-05-14 19:42:37 +00:00
JT Smith
8905d554fb fixed pagination counting error and some ticket import problems 2009-05-09 17:04:15 +00:00
JT Smith
37271f7ca7 Added more information output to EMS record importer. 2009-05-08 14:19:05 +00:00
Colin Kuskie
f07a6c066b Fix broken POD, and add missing POD. 2009-04-02 17:20:04 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
bf9bd2f0d2 use proper JSON encoding/decoding 2009-02-10 21:41:36 +00:00
Colin Kuskie
6c61eb54db Fix a problem with purging an EMS. 2009-02-05 23:10:35 +00:00
Colin Kuskie
1fb383ec73 forward porting ems badge viewing permission fix 2008-12-02 19:07:40 +00:00
JT Smith
55da5c6889 - rfe: Event hover detail exclusions (#8761)
- rfe: Database Link test  (#513)
2008-11-18 20:52:44 +00:00
Colin Kuskie
e92017500e change mime type of json methods from text/json to application/json 2008-10-26 04:11:47 +00:00
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00
Kaleb Murphy
993391a620 Tickets on add to badge screen now show the time at the events timezone 2008-09-12 18:15:04 +00:00
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +00:00
JT Smith
03092ff297 forgot to check this in somehow 2008-07-30 21:17:46 +00:00
JT Smith
eea6d818e9 fixed export, purge, and some other stuff for ems. 2008-07-29 02:10:55 +00:00
Colin Kuskie
3f870ad7f7 Fix pagination problems in the lookupRegistrants screen with YUI.
A little WGBP indenting in getRegistrantsAsJson in the EMS.
2008-07-26 16:25:43 +00:00
Colin Kuskie
630eda0e03 fix JSON lookup methods to always return an empty array, to prevent the infamous Data Error label from being displayed. Also, EMS clean-up, round 1 2008-07-24 15:26:00 +00:00
Yung Han Khoe
a8bce70cdb fixed: EMS Ticket Meta Fields- Can't Delete 2008-07-23 23:36:52 +00:00
Yung Han Khoe
fb4eff7c4a fixed: problem with Calendar in EMS "Ticket" tab, "Start" field 2008-07-20 22:57:16 +00:00
Yung Han Khoe
939b5b4897 fixed: Deleting Ticket from Event Management System Asset 2008-07-12 19:02:00 +00:00
JT Smith
75208339fc fixed several ems badge related bugs. a couple upgrade bugs for ems and transaction. and jury rigged a fix for recurring transaction postback. 2008-06-13 21:54:43 +00:00