Commit graph

14012 commits

Author SHA1 Message Date
Colin Kuskie
ff7e09e44c Ready for 7.8.8 development. 2009-12-01 19:06:50 -08:00
daviddelikat
3a82730d34 removed the EMS upgrade code 2009-12-01 19:54:56 -06:00
Colin Kuskie
f39577e476 Preparing for 7.8.7 release. 2009-12-01 17:45:40 -08:00
Colin Kuskie
a7aa1d2fb2 Fix epoch=0 issues with Session/DateTime and D_date macro.
Add an edge case test for D_date macro.
2009-12-01 17:08:12 -08:00
daviddelikat
60b04ff928 Merge branch 'master' of git@github.com:plainblack/webgui
Conflicts:

	lib/WebGUI/i18n/English/Asset_EMSSubmission.pm
2009-12-01 18:50:27 -06:00
Colin Kuskie
ae08335e9c Add test for SpectreTest macro. Handle fall-through condition in Macro itself. 2009-12-01 15:40:24 -08:00
Colin Kuskie
e17a783efa Update README, and fix a syntax error in ExportHtml. 2009-12-01 10:11:51 -08:00
Colin Kuskie
40a850c739 Export as HTML Asset Helper.
Note, needs Admin Console integration for title, content and URLs.
2009-12-01 10:08:03 -08:00
Colin Kuskie
76d8c48691 Add EditBranch
Note that the form URL need to be set.
2009-12-01 09:56:05 -08:00
Doug Bell
59a562fb35 Merge branch 'fb' into 8 2009-12-01 11:01:27 -06:00
Colin Kuskie
5375fbbf8f AssetManager Helper, which just opens a tab to the ContentHandler. 2009-11-30 17:31:42 -08:00
Colin Kuskie
9bb5497aff Fix Cron issues with CSes. Fixes bug #11284. 2009-11-30 11:11:36 -08:00
Colin Kuskie
b065f20397 ChangeUrl Asset Helper
Needs tests, and will have issues with closing the Admin Console IFRAME
when done.
2009-11-29 21:34:35 -08:00
Colin Kuskie
cb74591afa Fix typo in POD sub name. 2009-11-29 16:18:24 -08:00
Colin Kuskie
3eb0ac756f Flesh out Revisions assetHelper.
Add a simple method to WebGUI::HTML to format an array as a table row.
Do not join non-asset tables in queries.
2009-11-29 16:03:51 -08:00
Colin Kuskie
cc0cc0ba64 Have the USPS shipping driver accept ZIP+4, even if USPS doesn't. 2009-11-28 19:23:35 -08:00
Colin Kuskie
ddf3fa108f Remove unneeded checks for session user existance. 2009-11-28 11:33:05 -08:00
Colin Kuskie
16a2057b5b Add DeactivateAccount macro test with 100% coverage. 2009-11-28 11:19:31 -08:00
Luke Robinson
9733cdb938 tests for DeactivateAccount macro 2009-11-28 11:10:00 -08:00
Colin Kuskie
eba37b8bc1 Beginning work on Revision assetHelper 2009-11-28 09:36:34 -08:00
Colin Kuskie
e006139a98 Note which Asset Helpers need to be done. 2009-11-27 10:44:29 -08:00
Colin Kuskie
7d9ee7b0a6 Add Promote and Demote helpers. 2009-11-27 10:29:49 -08:00
Colin Kuskie
39ffaba487 Add copy with descendants. 2009-11-27 09:46:14 -08:00
Colin Kuskie
2ea377b87d Fix test comment. 2009-11-27 09:41:12 -08:00
Colin Kuskie
80a6b90353 Add Copy with children Asset Helper 2009-11-27 09:37:56 -08:00
Colin Kuskie
9eadb2642a Make the message subclassable, too. 2009-11-27 09:37:10 -08:00
Colin Kuskie
0b124f269c Finish Copy (self) Helper. 2009-11-25 16:45:09 -08:00
Colin Kuskie
7298af49ea Copy Asset Helper (self only). 2009-11-25 16:32:52 -08:00
Colin Kuskie
13fd430a16 Test for the correct Template::Toolkit version, by the right name. Fixes bug #11278 2009-11-25 11:14:21 -08:00
Colin Kuskie
ed8f2c4a8f A few small tweaks, and a test. 2009-11-25 10:31:06 -08:00
Colin Kuskie
bc58293bc1 Ready for 7.8.7 development cycle. 2009-11-25 00:05:13 -08:00
Colin Kuskie
370044594c Preparing for 7.8.6 release. 2009-11-24 23:15:45 -08:00
Colin Kuskie
c64911c531 Update test for changes in core code. 2009-11-24 23:13:17 -08:00
Colin Kuskie
f96c2f7af1 Change assetManager search to work like assetManager manage. Fixes bug #11272
Force all actions to be routed through asset methods with Csrf and
permission checks.
2009-11-24 22:53:20 -08:00
Colin Kuskie
da6743c211 Add the code to actually generate the hexadecimal assetId for templates. 2009-11-24 22:53:12 -08:00
Colin Kuskie
da567e1fcc Remove Database and FileCache modules. 2009-11-24 21:36:02 -08:00
Colin Kuskie
871991ae87 Fix a JS race condition with template attachments i18n. 2009-11-24 16:57:45 -08:00
Colin Kuskie
fae11ffcdb Bump testing module requirement to handle new test methods in Test::More. 2009-11-24 16:57:32 -08:00
Doug Bell
48773136a8 added some toTemplateVars stuff 2009-11-24 18:01:39 -06:00
Colin Kuskie
e6696ee534 Asset Cut to clipboard Asset Helper (a port of www_cut as an Asset Helper) 2009-11-24 14:49:42 -08:00
Colin Kuskie
dcb4260490 Change redirect to open_tab, make redirect change the contents of the view tab in the admin console. 2009-11-24 14:48:51 -08:00
Colin Kuskie
33bf0bad97 Finish POD and AssetHelper base class sample code. 2009-11-24 13:40:56 -08:00
Colin Kuskie
f8dea7f582 Revert "Add README file, and base class for AssetHelpers."
This reverts commit dd8674c49b.
2009-11-24 13:12:05 -08:00
Colin Kuskie
dd8674c49b Add README file, and base class for AssetHelpers. 2009-11-24 13:08:48 -08:00
Colin Kuskie
c86ef6ba15 Remove old Cache code for filesystem cache. 2009-11-24 13:07:04 -08:00
Graham Knop
d0de544164 better messages for exceptions 2009-11-24 11:48:23 -06:00
Doug Bell
db14bc6458 fix 10888 final touches on map point bugs 2009-11-23 16:52:01 -06:00
Doug Bell
a1413a95b0 fix 11177 Code editor steals focus on load 2009-11-23 16:26:58 -06:00
Doug Bell
16cfc756ce fix 11185 Code editor broken in IE8 for SQLreport 2009-11-23 16:21:49 -06:00
Colin Kuskie
dd897f50ec Fix bad usage of quoteAndJoin in CleanLoginHistory. There's no other place where this happens. Fixes bug #11263 2009-11-23 10:53:27 -08:00