Commit graph

3543 commits

Author SHA1 Message Date
Matthew Wilson
3cb1a6619c refactored page() to catch some more errors. 2005-11-23 20:24:34 +00:00
JT Smith
435020c550 post help fix 2005-11-23 15:05:11 +00:00
JT Smith
0db39c2cb1 added 404 status code on page not found 2005-11-23 14:32:30 +00:00
Colin Kuskie
76b348b12b add scan of docs/*.sql files for broken labels 2005-11-23 05:19:55 +00:00
Colin Kuskie
323f4d06ed fix broken i18n labels in UserProfile, firstDayOfWeek 2005-11-23 05:16:11 +00:00
JT Smith
2a1275058e adding new icon 2005-11-22 21:47:13 +00:00
JT Smith
5976238b44 merging 6.7.8 changes 2005-11-22 20:28:44 +00:00
JT Smith
4fefef959a new icons 2005-11-22 20:06:54 +00:00
JT Smith
f1de189938 removed spectre
updated credits
2005-11-21 14:39:05 +00:00
Colin Kuskie
e49fcd76e9 remove log warning about creating empty DynamicField 2005-11-21 06:02:47 +00:00
Colin Kuskie
2f810bdd86 forward port of bugfix #1350687 2005-11-21 03:35:46 +00:00
Colin Kuskie
71998a98a4 all typos this time 2005-11-21 02:51:17 +00:00
Colin Kuskie
9c90e64323 sub name typo 2005-11-21 02:49:32 +00:00
Colin Kuskie
73194c3608 Fix syntax error made by indented HERE doc flag (STOP). Also
removed duplicate my's.
2005-11-21 02:47:49 +00:00
Colin Kuskie
0660aff46b fix typo in POD 2005-11-20 17:12:30 +00:00
JT Smith
88e180b3b8 fixing something 2005-11-20 17:03:09 +00:00
Matthew Wilson
818ff2608c Re-adding (conditional) cookie baking. I'm not sure anyone has been successfully testing SVN WebGUI since it was removed.
Moving cookies out of session::open into contentHandler (they already were in uploadsHandler).  
Eliminating opening a new visitor session and then converting it to the actual user session for every single request by making two Session.pm methods public instead of private.
Added NOT_FOUND to the list of exported from Const.
Fixing a small bug in File.pm.  
Fixed some spacing/tabs/formatting issues in various places.
This autocomplete in TortoiseSVN is really nifty.
2005-11-19 23:30:52 +00:00
Matthew Wilson
5a754e2241 fixing duplicate head tags bug. 2005-11-19 22:44:23 +00:00
Matthew Wilson
7f44c3dd99 fixing spelling typo 2005-11-19 22:42:07 +00:00
Matthew Wilson
7dcf481511 some spacing. 2005-11-19 22:41:44 +00:00
Matthew Wilson
ed40193555 fix scenarios where it's supposed to parse only dates. 2005-11-19 22:41:02 +00:00
Matthew Wilson
64fed7e92e wrong label for YesNo field. 2005-11-19 22:38:31 +00:00
Matthew Wilson
6a89651b12 spacing. 2005-11-19 22:38:13 +00:00
Matthew Wilson
43ba1480c1 fixing someone's misuse of Macro::negate. 2005-11-19 22:37:27 +00:00
Matthew Wilson
dce2c3c62f making file extensions lowercase so the icon shows up. 2005-11-19 22:32:21 +00:00
JT Smith
cb4729f7e7 added zip archive and in/out board assets 2005-11-19 20:54:15 +00:00
Colin Kuskie
57eaa1f73f fix typo in i18n field name, all i18n.t tests clean 2005-11-19 06:15:10 +00:00
JT Smith
327653fe9a ready for work 2005-11-19 05:49:50 +00:00
JT Smith
055137c607 bug fix 2005-11-19 05:49:20 +00:00
JT Smith
5b9f994b50 added pod coverage test 2005-11-19 05:38:22 +00:00
JT Smith
6707c3698a cron works 2005-11-19 02:55:32 +00:00
JT Smith
f74cc356e6 better upgrade warning message 2005-11-19 02:04:39 +00:00
Colin Kuskie
492ade8303 internationalization test. Currently only checks i18n labels in Help system 2005-11-19 00:35:28 +00:00
Colin Kuskie
07804c5a0b broken labels in Matrix help 2005-11-19 00:34:21 +00:00
Colin Kuskie
94b0bff158 broken labels and empty entries in Asset/File/Image help 2005-11-19 00:32:25 +00:00
Colin Kuskie
fe48deb33a broken labels and empty entries in WebGUI help 2005-11-19 00:29:26 +00:00
Colin Kuskie
b16e819a9a broken labels and empty entries in Survey help 2005-11-18 23:44:27 +00:00
Colin Kuskie
917d06f366 bad help fields and labels in Collaboration 2005-11-18 23:19:01 +00:00
Colin Kuskie
efc57d00e1 fix broken hoverHelp fields in Layout help 2005-11-18 23:14:12 +00:00
Colin Kuskie
961e58f529 first set of fixes from i18n test code, help for DataForm and Matrix, labels for DataForm, Matrix and Subscription 2005-11-18 23:04:54 +00:00
Colin Kuskie
561a6982e9 document what is required for automatic Asset listing in the Help system 2005-11-18 21:58:43 +00:00
Colin Kuskie
4d98283489 remove unused module from help tests, add more templates to check, make help_related output more verbose to make debugging easier 2005-11-18 21:58:11 +00:00
Colin Kuskie
9a368956e7 rename add/edit to matrix add/edit so automatic listing of Assets works 2005-11-18 21:57:03 +00:00
Colin Kuskie
6a9544c3e0 fix typos in Workflow table names 2005-11-18 21:26:31 +00:00
Colin Kuskie
4f39d48e00 added 5 more templates to be checked 2005-11-18 19:09:18 +00:00
Colin Kuskie
ce991215e6 default template existance and mandatory template variable checker. Only checks 1 template 2005-11-18 18:36:14 +00:00
Matthew Wilson
5aeb00d137 fixed typo. 2005-11-18 18:16:45 +00:00
Colin Kuskie
1be9ee652b forward port of sf bugfix #1358547 2005-11-18 17:53:23 +00:00
Matthew Wilson
6bd4df9c48 made endDate bigger. 2005-11-18 17:47:58 +00:00
Colin Kuskie
dc0a370330 remove extra my $footer 2005-11-18 17:16:33 +00:00