Commit graph

10142 commits

Author SHA1 Message Date
Kaleb Murphy
eafdddc84b putting this in real quick before someone else changes it. Just updating the db for options to show timelimit and progress bars 2008-11-24 14:44:17 +00:00
Colin Kuskie
241dcf7e8b do not show edit tab in the wiki page unless you can edit it 2008-11-24 04:56:32 +00:00
Graham Knop
f228561aa9 clean up upgrade script 2008-11-24 04:03:30 +00:00
Graham Knop
2c397a907c fixed: DataForm entry data field is too small 2008-11-24 04:03:22 +00:00
Graham Knop
a8614275eb fixed: DataForm times out when exporting large data sets 2008-11-24 04:03:14 +00:00
Graham Knop
072ccd2cc6 fixed #9130: fixed: Rich editor creates root <p> tag even when set to use <br /> 2008-11-24 04:03:04 +00:00
Graham Knop
48d7ff6e34 speed up scratch and settings, since they don't need to be ordered 2008-11-24 04:02:58 +00:00
Graham Knop
758a321e70 modules, tests, etc shouldn't be set as executable 2008-11-24 04:01:23 +00:00
Graham Knop
848cf3b6db make WebGUI::SQL a little faster 2008-11-24 04:01:01 +00:00
Graham Knop
a922eca6bb speed up i18n calls 2008-11-24 04:00:55 +00:00
Graham Knop
d9c1f88eab cleaning up some imports 2008-11-24 04:00:46 +00:00
Graham Knop
8fb275850c small speed improvements to WebGUI::Session::DateTime 2008-11-24 04:00:38 +00:00
Colin Kuskie
0569a37f89 guarantee that authMethod always returns something valid, even for users not created correctly 2008-11-24 03:05:34 +00:00
Kaleb Murphy
ad022c6699 Added Survey time limit code. This is only at the survey level and sends the user to the survey end settings. Probably need to allow for a special timeout message. 2008-11-24 02:59:02 +00:00
Colin Kuskie
cda8bad003 document new Shop POS template variables 2008-11-24 02:58:56 +00:00
Graham Knop
8e81a01ba1 make stow return false values correctly 2008-11-24 02:57:11 +00:00
Colin Kuskie
24a26a36b1 remove old account tests from Operation/Auth 2008-11-24 02:50:22 +00:00
Colin Kuskie
5798823dd4 fix SKIP issues in HTMLTemplateExpr test 2008-11-24 02:46:07 +00:00
Colin Kuskie
e05dbf28c8 update AddressBook test for new object property 2008-11-24 02:41:30 +00:00
Colin Kuskie
d869590911 remove old profile template variable checks due to Account 2008-11-24 02:40:15 +00:00
Colin Kuskie
a55f36a95b do not test return value of www_deployPackage 2008-11-24 02:28:31 +00:00
Graham Knop
586fdb0ec6 fixing POD issues, User test 2008-11-24 02:27:20 +00:00
Colin Kuskie
2a40ab2e6c Document the newly added pagination template variable. Update the tests to look for it and test it 2008-11-24 02:23:48 +00:00
Colin Kuskie
9110697a3a Forward porting fix for returning to the asset manager after deploying a package. 2008-11-24 02:23:12 +00:00
Graham Knop
09d545197a fix more syntax warnings 2008-11-24 01:49:32 +00:00
Graham Knop
dd90696d7c cleaning up warnings/variable redefinition and pod 2008-11-24 01:34:32 +00:00
Colin Kuskie
807a5ad09e forward port captcha width changes for the new, fat font 2008-11-24 00:23:17 +00:00
Kaleb Murphy
5782fe1e15 Added timelimit option to Survey 2008-11-23 23:54:35 +00:00
Yung Han Khoe
7b771a53ad updating Matrix internationalization and help 2008-11-23 23:53:48 +00:00
Yung Han Khoe
b0ee200b99 updating Matrix internationalization and help 2008-11-23 23:51:51 +00:00
Colin Kuskie
1204169b5a forward porting post captcha template updates 2008-11-23 23:01:19 +00:00
Colin Kuskie
f9945a4e61 forward port subscription group display fix 2008-11-23 00:37:07 +00:00
Colin Kuskie
146fe3fecd forward port non-numeric slider form field fix 2008-11-22 05:54:50 +00:00
Yung Han Khoe
05bb43852d fixing more Matrix problems 2008-11-22 03:50:37 +00:00
Colin Kuskie
e5daa223ed forward port thread approval workflow into thread 2008-11-22 00:44:41 +00:00
Colin Kuskie
13eb87ffe5 forward porting fix for non-unique separator strings, ~~~, #8543 2008-11-21 23:07:05 +00:00
Yung Han Khoe
9eff3a4b77 More Matrix fixes 2008-11-21 22:46:25 +00:00
Colin Kuskie
cdb6ee7f84 fix POD typos in ProfileField 2008-11-21 19:02:54 +00:00
Colin Kuskie
f4db27c76b expand macros in the synopsis shown by the Search asset 2008-11-21 18:41:55 +00:00
Colin Kuskie
c4255305c0 fix encrypt login hover help 2008-11-21 18:18:00 +00:00
Colin Kuskie
2c4584b1af fix grammatical errors with contracted it (is|has) 2008-11-21 17:45:01 +00:00
Colin Kuskie
adb17e78d5 only the synopsis from the asset that is called should be put into the meta description field 2008-11-21 17:37:42 +00:00
Colin Kuskie
e2b121461b synopsis is now added to each page automatically. If the page is a container whose children call prepareView, their synopses are added as well 2008-11-21 17:05:17 +00:00
Colin Kuskie
e3eb287d3e style->sent check only needs to be done once. style->sent does that itself 2008-11-21 16:56:40 +00:00
Colin Kuskie
86047445a7 fix extra my-s in Operation/Profile.pm 2008-11-21 16:49:59 +00:00
Colin Kuskie
6455b1b85c fix a syntax warning in User.pm 2008-11-21 16:48:20 +00:00
Martin Kamerbeek
06b65b7e4b Reapplying 7.6 specific changes. 2008-11-21 14:01:12 +00:00
Martin Kamerbeek
fd73f98e4e Fixed a bug where WG::User would not check whether the friends group exists or not. As a result it was not possible
to eg. delete such users.
2008-11-21 13:30:16 +00:00
Patrick Donelan
91234ab8e0 Added convenience links to the Edit Survey template 2008-11-21 08:49:47 +00:00
Patrick Donelan
7015593fba Updated Survey Overview template to show links to reporting urls.
Also updated i18n to include missing labels for reporting urls.
2008-11-21 07:42:54 +00:00