Colin Kuskie
76585a1daa
Added a new method to WebGUI::HTML called makeParameter safe. It will
...
encode commas and single quotes to make the output safe to embed inside
of a macro.
Added tests to verify that it works correctly.
Updated the c_companyName macro to use makeParameterSafe.
Added tests to verify that the changed macro works okay.
Updated the c_companyName documentation.
Added a blurb to the gotchas file to cover the change to the macro.
2007-02-13 23:42:53 +00:00
Colin Kuskie
eabe3ea776
POD tweaks
2007-02-10 21:49:57 +00:00
Colin Kuskie
66b59adde8
the Slash_gatewayUrl and PageUrl macros now accept optional URL arguments
2007-01-23 21:49:34 +00:00
Frank Dillon
19bb2160b3
Removed <labels> for 508 compliance. They exist in the templates.
2006-12-06 19:23:46 +00:00
Frank Dillon
8fa60deb66
added 508 Compliance for form fields.
2006-12-06 19:07:26 +00:00
Colin Kuskie
65374109b1
Final test for L_loginBox, and coverage improvements for RootTitle.
...
Pod and documentation fixes for L_loginBox macro.
2006-09-15 21:08:04 +00:00
Colin Kuskie
a1bf6a2b21
Coverage fixes for date and last modified macros.
...
Refactor LastModified macro to use placeholders and remove an unused conditional.
2006-09-14 22:22:35 +00:00
Colin Kuskie
66d98f371c
Update some POD in Stow and PageTitle.
...
Fix several tests with bad coverage.
2006-09-14 15:54:54 +00:00
Frank Dillon
71d6a3bd28
fixed "randomness" to only include CS's that are not empty. Returning an random CS that was empty would throw an error.
2006-09-07 20:47:13 +00:00
Colin Kuskie
d154726bc1
Remove the use trace line from Paginator.t. It's not used.
...
Yet again, fix a security hole in the Include macro. If the path used a symlink
then it would bypass one of the three security checks.
2006-07-30 18:10:31 +00:00
Colin Kuskie
b2d4c36080
add Include macro test and fix Include bug
2006-07-28 16:11:47 +00:00
Colin Kuskie
23cc777add
remove debugging code
2006-07-27 17:46:47 +00:00
Colin Kuskie
0d769e2e1e
remove op2 code from printable macro
2006-07-27 16:49:05 +00:00
Colin Kuskie
5757842e46
Remove unused variable from r_printable.
...
Modify RootTitle to return root-1 instead of root.
2006-07-27 04:01:35 +00:00
Colin Kuskie
ee59a4bade
remove debugging output
2006-07-25 23:12:46 +00:00
Colin Kuskie
f1159269a0
Macro Tests: refactored all macro tests to remove a very evil hack
...
for inserting macros into the config. The new method is much cleaner
and uses the Config API.
Updated the docs for the RootTitle macro, both POD and online help.
2006-07-25 20:54:08 +00:00
JT Smith
03b4b0ed33
- fix: Head Block in styles
...
- fix: select assetVersionTag
- fix: Infinite recursion
- fix: assetUiLevel override broken
- fix: Indexing files failes (derck)
- fix: Unable to approve New listings on Matrix
2006-07-25 17:15:57 +00:00
Wouter van Oijen
f2bb859a6a
oops. tab...
2006-07-24 20:30:35 +00:00
Wouter van Oijen
4e2e5e8c78
fix: Splat_random Macro not so random
2006-07-24 20:27:29 +00:00
Colin Kuskie
654e5751e8
Add tests for GroupDelete and GroupAdd macros.
...
Fix bugs exposed by the tests.
2006-07-24 19:58:50 +00:00
Colin Kuskie
5dbd9b44c9
Fixed a typo in the POD for Session/Env.pm
...
Added more docs for find method in Group.pm
Fixed a latent bug that would probably never occur in Macro/GroupAdd.pm
If Group->find is called with the name of a group that doesn't exist,
then Group will return an object with defaults, and the guid of the
group is undef, not ''. However, since by default autoAdd is off,
the Macro will still do the right thing.
GroupDelete has the same bug, but it shouldn't be patched until there's
a test written for it.
2006-07-24 05:08:17 +00:00
Wouter van Oijen
cfea8f573a
Cleaning up FileUrl macro
2006-07-23 09:14:34 +00:00
Colin Kuskie
7033959b5e
Add more docs to the Splat_random macro. Change the macro to use Perl's
...
scaling function of rand instead of an implicit multiply.
2006-07-23 06:17:31 +00:00
Colin Kuskie
c1246444e0
add new error message to FileUrl macro
2006-07-23 01:35:20 +00:00
Colin Kuskie
2b03fdc73d
Add another error message to FileUrl so that it's clear that there
...
are no files, rather than the wrong URL.
Update Page macro docs to show it works on _any_ asset, not just Pages.
2006-07-21 16:10:11 +00:00
Wouter van Oijen
d37cd047e3
fix: FileUrl doesn't handle Snippets
2006-07-21 13:04:17 +00:00
Colin Kuskie
e718fc5b9a
update pod and macro docs
2006-07-17 22:54:34 +00:00
Colin Kuskie
3dd45bad6d
GroupText macro now returns an error message if group cannot be found. includes test
2006-07-13 05:23:49 +00:00
JT Smith
a511ab9d50
preparing for 7.0.0 release
2006-07-05 15:05:28 +00:00
Colin Kuskie
b0add6df31
fix display of packages in admin bar
2006-06-05 02:49:18 +00:00
Wouter van Oijen
684f08649d
Fixing stuff
2006-05-21 14:49:40 +00:00
JT Smith
9b92fdd8b9
Fixed a problem where anybody could see the complete list of admin console
...
functions in the adminbar, even though they couldn't actually use them.
2006-05-16 14:04:34 +00:00
Colin Kuskie
ab53a8bf17
International macro was broken
2006-05-05 21:22:38 +00:00
JT Smith
2f24cd3f3c
[ 1475220 ] some 6.99 templates have double slashes
2006-04-28 16:59:32 +00:00
JT Smith
11385d7957
removed JavaScript, StyleSheet, and RawHeadTags macros
2006-04-19 19:39:26 +00:00
JT Smith
7cf2c22a95
several small improvements to lots of stuff
2006-04-07 17:15:53 +00:00
JT Smith
d272e7de58
fixed a bug that i created earlier today
...
added burst protection to page layouts to prevent slashdotting
2006-04-07 08:12:16 +00:00
JT Smith
ae8f3d87f6
setting $session->user now changes the id for the session as it should
...
continued adding ad management system
added field sets to htmlform and tab form
2006-04-06 22:28:13 +00:00
JT Smith
985417afd3
a bunch of bug fixes and tweaks related to workflow/versioning
2006-03-23 16:56:08 +00:00
JT Smith
b55a7252e8
removed border= from image tags
2006-03-21 21:13:36 +00:00
JT Smith
3931d8dcd2
a bunch of bug fixes and ease of use modifications for workflow/versioning
2006-03-20 21:07:26 +00:00
kenperl
6fc6b00b49
a typo
2006-03-18 14:41:24 +00:00
JT Smith
feda6700e0
added commit comments
2006-03-16 18:51:49 +00:00
JT Smith
81fc744a8b
more merging of versioning and workflow
2006-03-14 22:25:18 +00:00
JT Smith
cba26ecc0c
converting versioning to use workflow
2006-03-14 17:46:32 +00:00
JT Smith
dfd2c8f0fa
- Refactored admin bar to be more dynamic.
...
- Added version tags menu to admin bar.
2006-03-02 20:39:04 +00:00
kenperl
b1fc8adc15
typo in the description of LoginToggle macro
2006-02-20 05:25:56 +00:00
JT Smith
44a182ee0d
fixing a couple cosmetic bugs
2006-02-03 05:39:52 +00:00
JT Smith
6c4ae02f34
more conversion to the new streaming/chunking/bucketing system
2006-01-30 22:15:27 +00:00
JT Smith
80fc76691f
fixed a macro problem
2006-01-30 18:22:54 +00:00