Commit graph

16909 commits

Author SHA1 Message Date
Colin Kuskie
202d073b2d use Plack::Util instead of relying on someone leaking it. 2012-02-10 08:30:31 -08:00
Colin Kuskie
35f1492796 No need to serve dictionaries anymore. 2012-01-23 08:47:31 -08:00
Colin Kuskie
c253db8c15 Fix a typo in the documentation for the list of assets in the Admin Console. Thanks to ckotil for pointing it out. 2012-01-19 14:37:52 -08:00
Colin Kuskie
4ea362ba6f Merge branch 'master' into WebGUI8. 2012-01-19 11:17:44 -08:00
Colin Kuskie
c35b2e5758 findBrokenAssets: Don't delete Shortcuts if they were requested to be fixed. Also handle File assets that have lost their files. 2012-01-19 08:41:32 -08:00
Colin Kuskie
3ef66c73c7 Add broken shortcut detection to findBrokenAssets 2012-01-18 20:22:00 -08:00
Colin Kuskie
e97d84fb14 Better methods for finding module names from package names for t/POD.t 2012-01-18 13:39:32 -08:00
Colin Kuskie
7406c02a78 Add a bunch of missing POD while the gears spin. 2012-01-18 13:39:16 -08:00
Colin Kuskie
475b73f6e6 Cleaner method for finding module names from package paths. 2012-01-18 13:16:26 -08:00
Colin Kuskie
46152edef6 POD for an Asset::Event method. 2012-01-18 13:15:57 -08:00
Colin Kuskie
a6e1adf183 Fixes to Survey tests and merged code from 7.10 2012-01-17 19:10:16 -08:00
Colin Kuskie
1ab73e2f73 Have to use Test::More to get its functions... 2012-01-17 19:09:52 -08:00
Colin Kuskie
3c85c21191 Update the upgrade directory. 2012-01-17 15:58:07 -08:00
Colin Kuskie
3b418ede3c Merge commit 'v7.10.24' into WebGUI8 2012-01-17 15:03:45 -08:00
Colin Kuskie
3c8ee71da2 Ready for 7.10.25 development. 2012-01-16 21:27:55 -08:00
Colin Kuskie
9ba3022b5b Preparing for 7.10.24 release. 2012-01-16 20:56:42 -08:00
Colin Kuskie
b1df3ad3fc Fix a flaky test. 2012-01-16 14:37:09 -08:00
Colin Kuskie
3b3502b565 Trim extra whitespace. 2012-01-13 13:34:49 -08:00
David Delikat
bce42bca47 ticket 12318: asset error causes asset manager to fail 2012-01-12 00:20:41 +00:00
Colin Kuskie
fabf59fa54 Remove YUI tests (with and without PHP) from git repo. Fixes RFE #12315. 2012-01-12 15:40:25 -08:00
Colin Kuskie
c94af4941f Fix the README file so it flows logically and works. 2012-01-10 18:42:49 -08:00
Colin Kuskie
4ab6db8792 Fix some bad POD formatting. 2012-01-10 13:29:16 -08:00
Colin Kuskie
20d735362c No more FindBin. Set PERL5LIB instead. 2012-01-07 13:59:04 -08:00
Colin Kuskie
56ca2b0461 Fix some warnings under perl 5.14.2 2012-01-07 13:39:03 -08:00
Colin Kuskie
bfa1b749e8 Update SQL dump syntax so that Mysql 5.5 will read it 2012-01-06 18:41:15 -08:00
Colin Kuskie
1e8d6d90f8 Remove module check for Text::Aspell 2012-01-06 09:26:56 -08:00
Colin Kuskie
300cd51143 remove support for the serverside spell checker since most modern browsers do this natively 2012-01-06 09:16:47 -08:00
Colin Kuskie
e5f987babf Fix a bad nested macro in the Shop's my purchases template. Fixes bug #12312 2012-01-04 11:23:41 -08:00
JT Smith
ba68ae8dcd fixed possible values and default values on EMS submission. 2012-01-04 10:04:39 -06:00
Colin Kuskie
c22bc0c54a Add missing POD to AssetExportHtml. 2012-01-03 14:57:17 -08:00
Graham Knop
2bd090cd2b use proper mechanism for deleting statistics modules 2012-01-03 15:46:46 -05:00
Colin Kuskie
0da6ffab15 Refactor upgrade scripts to better delete files and workflow activities. 2012-01-03 12:42:00 -08:00
Colin Kuskie
d3b574da13 Dump WebGUI Statistics. 2012-01-03 11:29:00 -08:00
Colin Kuskie
d31137c881 Remove a misleading comment 2012-01-03 06:02:24 -08:00
Colin Kuskie
4eed008c1d Document some more gotchas. 2012-01-02 20:15:28 -08:00
Colin Kuskie
61e17054c5 Remove empty comments and fix POD. 2012-01-01 11:48:14 -08:00
Colin Kuskie
6a6f839e84 Remove Class::C3 from the asset helpers, since they don't use it. 2012-01-01 11:47:58 -08:00
Colin Kuskie
5d89201d2b Add a missing test requirement. 2012-01-01 08:20:41 -08:00
Colin Kuskie
e6cb511ceb We don't depend on starman. 2012-01-01 07:23:07 -08:00
Colin Kuskie
03a22421a7 Add native size limiting to WebGUI via plack. This is no longer a WRE specific feature. 2011-12-31 19:01:25 -08:00
Colin Kuskie
55a05e99fa Document that the showPerformanceIndicator setting is gone. 2011-12-28 18:34:23 -08:00
Colin Kuskie
cb7581a7a8 Remove the showPerformance setting, it's now subsumed into the Plack debug console. 2011-12-28 18:33:08 -08:00
Colin Kuskie
5bbfe27f35 Drop the requirement for checking the status of users to be listed when no status check has been asked for. 2011-12-28 18:23:10 -08:00
Colin Kuskie
e65989b114 Move all user lookups in www_listUsers to statement handles. 2011-12-28 18:19:05 -08:00
Colin Kuskie
3e5b18b8b4 No need to tie the hash lookup for user statuses. 2011-12-28 17:54:33 -08:00
Colin Kuskie
df8f793c91 Fix JS errors in the confirmation code. 2011-12-28 12:14:56 -08:00
Colin Kuskie
bd7bd484b1 Add POD for the basic method, and add a method for generating forms with icons with confirmation text. 2011-12-28 12:06:52 -08:00
Colin Kuskie
b323f74121 Update copyright notice 2011-12-28 11:30:38 -08:00
Colin Kuskie
cad5567654 Add a copyright notice to app.psgi 2011-12-28 11:28:56 -08:00
Colin Kuskie
b8e088ff7a Refactor Session/Icon to remove a bunch of copy/paste code. Update test to remove deprecated profileField calls. 2011-12-28 11:11:21 -08:00