Commit graph

13266 commits

Author SHA1 Message Date
Graham Knop
261c8b30da fix wikipage permissions test, eliminating session cloning 2010-03-19 18:22:08 -05:00
Graham Knop
e0f55e7e5e change encode check for newer URI::Escape versions 2010-03-19 18:22:08 -05:00
Graham Knop
9abeae359a skip ideogram tests if mysql is configured badly 2010-03-19 18:22:08 -05:00
Colin Kuskie
81ffc16f63 remove unneeded testing module 2010-03-19 15:43:48 -07:00
Graham Knop
d1690ccd25 only show debug in verbose testing 2010-03-19 15:48:32 -05:00
Graham Knop
9edfda6491 remove debug code 2010-03-19 15:48:32 -05:00
Graham Knop
524a2608a8 be compatible with newer DateTime::Locale 2010-03-19 15:48:31 -05:00
Colin Kuskie
e77b2b9722 Swap out Net::Subnets for Net::CIDR::Lite in PerformanceProfiler. 2010-03-17 13:25:27 -07:00
Colin Kuskie
570cdfd9f5 Always skip the autocommit. Did this in response to an unrepeatable test failure. 2010-03-16 18:53:40 -07:00
Colin Kuskie
a7b4fbc0ed Fix thread search URLs when threads are archived, or trashed. Location in the pagination is now found by interrupted linear search. 2010-03-16 18:29:09 -07:00
Colin Kuskie
90cd1ac257 change connect to connection in the edit survey template. 2010-03-16 13:37:40 -07:00
Colin Kuskie
f8dba07d52 Remove debug code from FilePump. 2010-03-16 12:26:39 -07:00
Colin Kuskie
9810b57f40 Fix double slash removal in FilePump macro. Fixes bug #11478. 2010-03-16 12:07:25 -07:00
Graham Knop
1919973f2b fixed: Unable to add threads with permission to edit CS but not in post group 2010-03-16 13:20:41 -05:00
Colin Kuskie
fb14f13a4b Add labels to the Layout templates so they show up in Shortcut overrides. Fixes bug #11476. 2010-03-16 11:04:44 -07:00
Colin Kuskie
16a2e4e398 Fix some more surve JS i18n. 2010-03-15 14:20:52 -07:00
Colin Kuskie
0a005834b8 Force inheritPermissionsFromParent to work in all import scenarios. Also, fix handling of clearPackageFlag and setDefaultTemplate. 2010-03-15 11:22:08 -07:00
Colin Kuskie
5869cfe903 Proper bug annotation. 2010-03-15 10:25:53 -07:00
Colin Kuskie
4fa04a2636 Fix CSS and HTML errors in the Event Edit template. Fixes bug #11471. 2010-03-15 10:24:35 -07:00
Colin Kuskie
c4b3e1e758 Add the calendar month template variables. Fixes bug #11472. 2010-03-15 09:43:28 -07:00
Colin Kuskie
ce08b3d4f8 Fix a syntax error in the wobject i18n file. 2010-03-15 09:20:57 -07:00
Colin Kuskie
f56523cf33 add lastUpdated stamp for mobile style labels. 2010-03-12 08:56:02 -08:00
Colin Kuskie
21e321012c Fix direct linking to posts and threads when their pagination is set to 0. Fixes bug #11464. 2010-03-10 09:45:37 -08:00
Colin Kuskie
eccf6a5021 Ready for 7.9.1 development. 2010-03-09 21:45:39 -08:00
Colin Kuskie
ef81e69f8d Preparing for 7.9.0 release. 2010-03-09 21:08:05 -08:00
Colin Kuskie
7b40c8bbca fix upgrade script, and SQL scripts. 2010-03-09 21:07:13 -08:00
Colin Kuskie
4df0c51973 Finish clean-up testing. 2010-03-09 18:48:10 -08:00
Colin Kuskie
8e253e577a Remove unused diagnostics. 2010-03-09 18:46:10 -08:00
Colin Kuskie
8806883cd2 Fix a synax error in the upgrade file. 2010-03-09 16:47:15 -08:00
Colin Kuskie
f55acecbb6 Handle the edge case when a subscription group has been deleted, but the the Subscribable entry has not been cleaned up. Fixes bug #11456. 2010-03-09 08:53:11 -08:00
Colin Kuskie
8f951013b9 Allow the default Search root to be overridden by a form variable. Adds RFE #11460. 2010-03-08 17:07:53 -08:00
Colin Kuskie
35492ca11f Remove old WebGUI 7.7 files 2010-03-08 16:36:47 -08:00
Colin Kuskie
2053d3ef08 Fix syntax errors, and remove duplicate code from the skeleton. 2010-03-08 16:36:47 -08:00
Colin Kuskie
df31846aea Prune duplicate code for post package work. 2010-03-08 16:36:47 -08:00
Colin Kuskie
fe31cc96de Reset the isDefault flag on core assets only, and provide a final way fix this crap once and for all. 2010-03-08 16:36:47 -08:00
Doug Bell
c8ad650398 added changelog entry 2010-03-08 17:28:52 -06:00
Luke Robinson
240eb10ec5 call getWebguiProperty('extrasURL') 2010-03-08 17:22:32 -06:00
Luke Robinson
c03bcc385c use the FormHelper instead of the Auth system for the Ajax check
on Username
2010-03-08 17:22:21 -06:00
Luke Robinson
c61e7454d0 An Ajax check on the username field at registration 2010-03-08 17:22:07 -06:00
Colin Kuskie
d0884afb59 Do not remove newlines from Templates (or Snippets) since HTML::Packer does not handle newlines with H::T syntax. Fixes bug #11458 2010-03-08 11:38:29 -08:00
Colin Kuskie
17067470e9 Fix this completely broken Workflow Activity. 2010-03-03 20:50:08 -08:00
Colin Kuskie
b4a790a736 Fix handling filenames with space with overwrite=1 in fileImport.pl. Fixes bug #11453 2010-03-03 13:27:30 -08:00
Colin Kuskie
53d63bcd57 Fix SQL scripts for the next beta release. 2010-03-02 18:28:35 -08:00
Colin Kuskie
8128f54943 WebGUI now needs Test::Harness 3.17 or higher for the Survey. Fixes bug #11402. 2010-03-02 13:58:34 -08:00
Colin Kuskie
119d5137e2 Try to fallback to a default login template if the configured one won't work. Fixes bug #11450. 2010-03-02 08:51:50 -08:00
Colin Kuskie
beb1337373 Make the RichEditor obey the new session overrides for language settings. Fixes bug #11443. 2010-03-02 07:39:55 -08:00
Colin Kuskie
eea83d571e Fix macro issues, missing FilePump, HASH entry. Fixes bug #11449. 2010-03-01 15:01:40 -08:00
Colin Kuskie
c0d45e0f23 Remove workarounds in WeatherData. Fixes bug #11401. 2010-03-01 09:58:18 -08:00
Colin Kuskie
b462ce0b41 Subscribable aspect should propagate result of purge, instead of always returning false. Fixes bug #11446 2010-03-01 08:30:52 -08:00
Doug Bell
7532c43d46 fix 11445 NotifyAboutUsers sends infinite e-mails 2010-02-27 15:18:15 -06:00