Commit graph

1022 commits

Author SHA1 Message Date
Colin Kuskie
4597dac8b7 Reverting EMS Submissions.
This reverts commit 6932ddfeb3.
2009-11-05 16:41:04 -08:00
daviddelikat
6932ddfeb3 added upgrade script 2009-11-04 10:14:11 -06:00
daviddelikat
aab3a74026 Merge branch 'master' of git@github.com:plainblack/webgui 2009-11-04 09:42:35 -06:00
Colin Kuskie
263cc56175 i18n the Survey Edit console. Button labels the dialog title bar. Fixes bug #11197 2009-11-04 15:50:46 -08:00
Colin Kuskie
f9d97f2ce7 Always recreate the listener for the question and answer buttons, since their arguments change. Fixes bug #10985. 2009-11-04 15:13:26 -08:00
daviddelikat
6b24783385 all tests pass, manual testing passes 2009-11-04 09:41:24 -06:00
Colin Kuskie
deff69ae14 Merge commit 'ups-driver/master' 2009-11-03 20:37:53 -08:00
daviddelikat
c8b97d83fe more wokr all around 2009-11-02 09:01:44 -06:00
daviddelikat
10ddac6c58 lots of work... 2009-10-31 09:41:56 -05:00
daviddelikat
debcdd08a5 initial coding on activities
lots of debugging
2009-10-29 09:05:42 -05:00
Colin Kuskie
738e8980e3 Remove regexp processing from AssetManager URL handling, since all it ever does is append. 2009-10-28 09:30:17 -07:00
Colin Kuskie
74e4e25bc0 Fix the More menus in the AssetManager. Fixes bug #11069.
Also, some jslint cleanup of the code.
2009-10-28 09:15:51 -07:00
daviddelikat
cd66dbb780 not exactly working at the moment 2009-10-28 10:13:48 -05:00
daviddelikat
9db3e02444 Merge branch 'master' of git@github.com:plainblack/webgui 2009-10-28 09:15:34 -05:00
daviddelikat
55ae893c93 tabs mostly working 2009-10-28 09:12:41 -05:00
Colin Kuskie
697353558c Fix JS i18n issues with IE7 and the datepicker. Fixes bug #11165 2009-10-27 15:12:53 -07:00
daviddelikat
1155408243 data table is formatted correctly 2009-10-27 08:58:01 -05:00
daviddelikat
bd6d061f51 table data works -- needs formatting 2009-10-27 07:51:00 -05:00
Doug Bell
b577b950e9 fixed: #10887: Map Point dropdown doesn't update 2009-10-27 01:03:00 -05:00
Doug Bell
b24a3f4eb5 fixed #11168 (autocommit map points) and #10888 (editing map points) 2009-10-26 22:17:58 -05:00
daviddelikat
f263c2032c lots of new stuff 2009-10-26 09:56:37 -05:00
Martin Kamerbeek
c078998fa2 Made th evendor payouts manager more intuitive and easy to use. 2009-10-23 15:11:07 +00:00
Martin Kamerbeek
22d2ab34cc Testing... 2009-10-23 12:24:35 +00:00
daviddelikat
945017d762 Merge branch 'master' of git@github.com:plainblack/webgui 2009-10-23 05:07:49 -05:00
daviddelikat
d114084a76 started submission queue 2009-10-22 11:11:18 -05:00
Colin Kuskie
a473773214 Align calender i18n for weekdays with default settings. Fixes bug #11157 2009-10-20 09:30:23 -07:00
Colin Kuskie
a2a2bac440 Upgrade TinyMCE to 3.2.7. Fixes bug #10993. 2009-10-16 13:50:14 -07:00
Doug Bell
dae7215922 fixed #10888: Problems with Map adding points 2009-10-15 20:51:03 -05:00
Colin Kuskie
77986a152e Remove editarea from the core. 2009-10-14 19:05:10 -07:00
Colin Kuskie
27dc773139 Fix the crumb trail flyout menu in the AssetManager. Fixes bug #11080 2009-10-08 18:51:23 -07:00
Colin Kuskie
6a754ffc43 Fix bad AssetManager i18n for unlocked. 2009-09-30 22:11:05 -07:00
Doug Bell
c102454fdd fixed #11019: Ctrl-A blinks and deletes code in code editor 2009-09-22 18:45:49 -05:00
Doug Bell
1348c51d9c remove useless code 2009-09-22 18:39:04 -05:00
Doug Bell
73f17571b2 fixed #11012: Code editor corrupts JS 2009-09-22 17:32:57 -05:00
Doug Bell
47390c5d6e narrow down the browser detect 2009-09-22 17:30:25 -05:00
Colin Kuskie
c16ed6ca8e Account CSS cleanup, related to #10029.
Remove file from Extras, remove link to file in an unused account layout
template.  Remove global CSS settings for body, img, a.
2009-09-22 13:57:01 -07:00
Graham Knop
2d28e0c0ba update YUI to 2.8.0r4 2009-09-21 13:13:24 -05:00
Colin Kuskie
bb10f0e3d0 i18n the datepicker. fixes bug #10976. 2009-09-17 10:07:55 -07:00
Doug Bell
e161afd5c0 fixed #10885: code editor breaks JS comments 2009-09-15 14:37:03 -05:00
Colin Kuskie
237af9f527 Fix JS form issues with ThingyRecord. bug #10943 2009-09-09 09:55:22 -07:00
Doug Bell
e502e777d2 fix #10873: Code editor breaks CSS comments 2009-09-02 17:41:41 -05:00
Doug Bell
81a256bd71 fixed codearea to work better and more compatible 2009-09-01 21:16:30 +00:00
Colin Kuskie
13c588ff7f Fix the DateTime form control, to actually update the time when changed
in the text box.
2009-09-01 20:13:47 +00:00
Kaleb Murphy
2131e9f75a Corrected IE6/7 bugs while managing not to reintroduce the mem leak bug. 2009-08-27 18:30:30 +00:00
Patrick Donelan
491e06bf7d Fixed Suvery Number js validation
Attaching the number validation code to onkeydown was very problematic.
Changing to onblur is much cleaner, and probably nicer for the user.
This commit also fixes the problem that Number questions without a 'step'
set would not be checked for 'required'-ness.
2009-08-24 08:31:02 +00:00
Doug Bell
a0d3eeaac8 fixed 10640, 10639, 10625: Map point save HTML/JS 2009-08-20 18:51:39 +00:00
Doug Bell
739541a06a fixed #10624: map template problem with floats 2009-08-19 22:36:55 +00:00
Graham Knop
38ff4f053b fixed #10667: cannot change size of template editor 2009-08-03 20:09:00 +00:00
Colin Kuskie
dd9b46272b Fix Commit from the Admin Bar. Only seen when there's no autocommit, and comments
are disabled.  Added a button/form to the subpanel with CSRF.
2009-07-27 20:24:22 +00:00
Colin Kuskie
8fd232ce9f Preparing for 7.6.32 release 2009-07-17 04:32:57 +00:00