Colin Kuskie
|
be37f12ab1
|
Clone stopped working in several tests in 5.14.2. Remove it in favor of Storable::dclone.
Clone handles being passed scalar data, but dclone does not.
|
2012-10-23 10:00:53 -07:00 |
|
Colin Kuskie
|
9a09ec0447
|
sslEnabled in the config file trumps encryptLogin in the settings.
|
2012-03-11 16:04:31 -07:00 |
|
Colin Kuskie
|
5314530a3c
|
When using encrypted logins, do not add the webServerPort from the config file. Fixes bug #12269.
|
2011-10-05 22:39:20 -07:00 |
|
Colin Kuskie
|
7fda01b291
|
Fixup of FormField macro tests and POD.
|
2011-07-11 17:22:25 -07:00 |
|
Scott Walters
|
747f439725
|
FormField macro for throwing Form controls directly into templates;
useful for using alternative or improved Form controls without having
to change Asset source code.
|
2011-06-29 18:11:46 -04:00 |
|
Chris Hanson
|
8a6ba94191
|
Added POD and test for RenderThingData macro update
|
2011-06-16 18:07:54 -05:00 |
|
Colin Kuskie
|
197f94c0e5
|
Fix gateway url handling in the RenderThingData macro. Fixes one part of #12133.
|
2011-05-31 21:27:53 -07:00 |
|
Colin Kuskie
|
595660e9e4
|
Tests for templateId and URL handling, some i18n for the RenderThingData macro.
|
2011-05-24 15:23:32 -07:00 |
|
Paul Driver
|
6a01296019
|
rfe #12127: AssetProperty macro
|
2011-05-11 09:39:25 -05:00 |
|
Paul Driver
|
5c20e9c0be
|
Fixing a bunch of tests not to rely on HT being default parser
|
2011-04-04 18:47:18 -05:00 |
|
Paul Driver
|
f9036f2178
|
t/Macro/AdminToggle.t failed if default template parser was not html template
|
2011-03-31 12:23:23 -05:00 |
|
Doug Bell
|
b13064b912
|
clean up the FilePump bundle after the test
|
2011-03-21 20:58:58 -05:00 |
|
Colin Kuskie
|
88797c1d6c
|
Add Asset Dashlets to Dashboard. Add required and static properties to Dashboard Assets. Add caching to StockData and WeatherData assets. Add LastModifiedBy macro. Add GroupManager to the Group form control.
|
2011-03-09 21:33:44 -08:00 |
|
Colin Kuskie
|
90dec24634
|
Prevent an empty AssetProxy macro from causing an infinite loop. Fixes bug #12046. Thanks to Trex for the patch!
|
2011-02-14 17:49:47 -08:00 |
|
Colin Kuskie
|
19a87ea003
|
Variable hour formats don't add an extra space any longer. Fixes bug #11915.
|
2010-10-18 10:32:45 -07:00 |
|
Colin Kuskie
|
f0476bdc82
|
Revert "Rename template variables in the Account and Admin Toggle templates to not use underscores."
This reverts commit 0b4e8d5460.
|
2010-09-21 11:17:01 -07:00 |
|
Colin Kuskie
|
0b4e8d5460
|
Rename template variables in the Account and Admin Toggle templates to not use underscores.
|
2010-09-20 15:20:28 -07:00 |
|
Colin Kuskie
|
95487ae384
|
Fix a problem with newer DateTimes.
|
2010-09-07 21:18:21 -07:00 |
|
Colin Kuskie
|
bba978f2a1
|
Use the correct end tag identifier character.
|
2010-07-27 11:50:27 -07:00 |
|
Colin Kuskie
|
26484f3361
|
Make the FilePump macro return valid XHTML. Fixes bug #11742.
|
2010-07-27 11:45:03 -07:00 |
|
Doug Bell
|
26e67503e4
|
tests for TwitterLogin macro
|
2010-06-27 22:09:06 -05:00 |
|
Graham Knop
|
b832deecd1
|
convert all cleanup methods to addToCleanup
|
2010-06-10 10:09:53 -05:00 |
|
Colin Kuskie
|
83e945142e
|
More END block cleanups.
|
2010-06-08 19:27:39 -07:00 |
|
Colin Kuskie
|
7034e2cf57
|
More END block cleanups.
|
2010-06-07 19:07:45 -07:00 |
|
Colin Kuskie
|
c2e6978873
|
Add a template variable for the current language, for better user feedback. Fixes bug #11573.
|
2010-05-25 14:14:58 -07:00 |
|
Colin Kuskie
|
b9c2a3b0ad
|
Make the Date macro handle leading and trailing whitespace. Fixes bug #11542.
|
2010-05-02 01:07:35 -07:00 |
|
Colin Kuskie
|
02c4c5cf47
|
Cleanup tests that were leaking carts.
|
2010-05-01 23:54:34 -07:00 |
|
Colin Kuskie
|
1cd7d8fbc7
|
Remove dead END blocks from some tests.
|
2010-04-14 11:41:20 -07:00 |
|
Colin Kuskie
|
9810b57f40
|
Fix double slash removal in FilePump macro. Fixes bug #11478.
|
2010-03-16 12:07:25 -07: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
|
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 |
|
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
|
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
|
50b26293c9
|
Adding Bart's back to site macro test.
|
2009-11-20 08:55:28 -08:00 |
|
Colin Kuskie
|
07a4a55f51
|
Add an explicit test for RTF files, due to cross platform issues.
|
2009-11-19 10:04:19 -08:00 |
|
Luke Robinson
|
64640003af
|
ConvertUTCToTZ.pm macro and test
Conflicts:
lib/WebGUI/Macro/ConvertUTCToTZ.pm
|
2009-11-18 10:44:34 -08:00 |
|
Colin Kuskie
|
1c20f132eb
|
100% coverage on t/Macro/SQL.t. Refactor DatabaseLink.
|
2009-11-08 22:55:57 -08:00 |
|
Colin Kuskie
|
7b5b493d9d
|
Add tests for NewMail macro. Small refactoring for NewMail macro.
|
2009-11-08 09:11:40 -08:00 |
|
Colin Kuskie
|
71548339de
|
Done with Macro test maintenance.
|
2009-10-31 19:02:52 -07:00 |
|
Colin Kuskie
|
bd6677942c
|
Macro test maintenance, up through Page.t
|
2009-10-31 15:53:44 -07:00 |
|
Colin Kuskie
|
3b11493744
|
More Macro test maintenance. Up through LastModified.
|
2009-10-31 14:37:15 -07:00 |
|
Colin Kuskie
|
5ea3f02520
|
Macro test maintenance.
|
2009-10-31 12:05:07 -07:00 |
|
Colin Kuskie
|
e74b689ac2
|
Fix a syntax error.
|
2009-10-30 15:45:32 -07:00 |
|
Colin Kuskie
|
21223657a1
|
Extend the PickLanguage macro to let the user clear their overrides.
|
2009-10-30 09:16:38 -07:00 |
|
Colin Kuskie
|
3058600737
|
Test maintenance in t/Macro
|
2009-10-29 10:55:09 -07:00 |
|
Colin Kuskie
|
25083b27e3
|
Merge commit 'haarg/bart-i18n'
|
2009-10-28 11:15:12 -07:00 |
|
Bart Jol
|
151deaf143
|
updated test for default ID
|
2009-10-28 12:50:17 -05:00 |
|
Bart Jol
|
951439a017
|
added picklanguage macro to international
|
2009-10-28 12:41:56 -05:00 |
|
Colin Kuskie
|
c22c5ef3f7
|
Test maintenance on Macro tests.
|
2009-10-28 08:10:47 -07:00 |
|