Commit graph

861 commits

Author SHA1 Message Date
Colin Kuskie
ca272c35a5 another doc fix, missing semicolons in macro doc 2006-08-11 15:29:04 +00:00
Colin Kuskie
43240215c9 fix typo in docs 2006-08-11 15:06:09 +00:00
JT Smith
c956ba3969 - Added an option to override the session cookie domain.
- fix: Search results not showing synopses
 - fix: Redirects get displayed inside page layouts as '0'
 - fix: Mysterious "0" Appearing When Admin Is Off
 - fix: Deletion of Products
2006-08-08 17:27:41 +00:00
Colin Kuskie
f5f239e577 fix typo in docs 2006-07-31 18:05:25 +00:00
Colin Kuskie
84117932af add a test for the FormParam macro, and clarify in the docs that FormParam returns only the first value from a list 2006-07-29 03:31:59 +00:00
JT Smith
8818309eaa - Added a forum.lastPost.user.hasRead variable to the Message Board template. 2006-07-26 22:26:19 +00:00
Colin Kuskie
b3f042de84 fixing doc bug in r_printable macro docs 2006-07-26 01:37:57 +00:00
Colin Kuskie
271c539974 update DataForm docs. Height is only used on *areas 2006-07-26 01:15:00 +00:00
JT Smith
09af3e8785 - Added "Save and Commit" option for environments where the appearance of
workflow is unwanted.
2006-07-25 21:11:14 +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
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
0f8aca80db update height and width documentation for DataForm fields 2006-07-23 00:03:01 +00:00
Wouter van Oijen
f325d030e9 fixed typo in template variable project.gantt.rowspan and documentation 2006-07-22 10:39:52 +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
Martin Kamerbeek
75b03b006e Adding reverse page loop 2006-07-19 15:57:12 +00:00
Martin Kamerbeek
e3b558fc2b Fixed bugs in navigation template vars and privilege bug in WG::A::File. Also added page.parent.rank tmpl_var to the nav template. 2006-07-19 15:16:53 +00:00
Colin Kuskie
e718fc5b9a update pod and macro docs 2006-07-17 22:54:34 +00:00
Colin Kuskie
0f3ae770b2 clarify that the User macro displays information about the current user 2006-07-17 21:31:44 +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
Frank Dillon
3937180957 adding ldap recursive filter labels and hoverhelp 2006-07-12 20:27:29 +00:00
Colin Kuskie
ffa220428c documentation tweaks 2006-07-11 22:57:27 +00:00
Colin Kuskie
f3346bd008 i18n for Department user profile 2006-07-11 04:15:31 +00:00
Colin Kuskie
553f1e0c4a Add new tests for unused numeric macros and the rownum macro in t/Macro/SQL.t
Document how unused numeric macros are handled in the SQL macro and that rownum
starts counting at 1.
Quote entries in the related section to make detecting spaces in names easier.
2006-07-04 04:14:20 +00:00
Colin Kuskie
78db101163 Automated related docs for installed and configured Workflow Activities.
Missed the GetSyndicatedContent docs last night, they've been added.
Fixed a bad help topic name in ArchiveOldThreads.
2006-07-02 20:45:53 +00:00
Colin Kuskie
e3f65811bb Update the actual activities themselves to call out the i18n key
activityName instead of topicName.
Add a note to the i18n skeleton about activityName
2006-07-02 18:35:44 +00:00
Colin Kuskie
7ec8da234d Added a tab in the Help table of contents for Workflow related
docs.  Reworked all the workflow activity docs to support this.
2006-07-02 18:24:07 +00:00
Colin Kuskie
8515db2311 Dynamically generate a table showing all installed activities, and show
which ones are enbled in the site's WebGUI.conf.  Reword the same table
in the Macros file.
2006-07-02 17:53:20 +00:00
Colin Kuskie
3b5f69c8c7 Fixed some bad help topic keys, and finished basic docs for
all workflow activities.
2006-07-02 05:18:58 +00:00
Colin Kuskie
23c17851ea Big batch o' Activity docs. 2006-07-02 04:32:46 +00:00
Colin Kuskie
3d77b2451a Fixed a bug in the generation of related help for the list of Macros. Macro names with all caps returned a help topic name with a space at the end.
Another batch of Activity docs.
2006-07-02 02:38:16 +00:00
Colin Kuskie
5739575d0d Help docs, big batch 2 2006-07-02 00:31:27 +00:00
Colin Kuskie
5de311d6f3 Help docs for CleanTempStorage, CommitVersionTag and CleanLoginHistory 2006-07-01 22:46:56 +00:00
Colin Kuskie
9eacbed903 Missed the Help docs on last commit
Add basic (like, really, really basic docs) on cleaning file and database caches,
caching EMS prereqs.
2006-07-01 21:52:00 +00:00
Colin Kuskie
38bcbbc406 rename i18n/English/ArchiveOldPosts to ArchiveOldThreads to match workflow activity name
Add simple docs for Archive Old Threads and CacheEMSPrereqs
2006-07-01 21:11:59 +00:00
Colin Kuskie
bc3054c56d documentation for adding and editing workflows 2006-07-01 02:59:07 +00:00
Colin Kuskie
1d9151e68b documentation for the show running workflows screen 2006-07-01 02:24:36 +00:00
Colin Kuskie
6721913320 beginning of overall workflow documentation 2006-07-01 01:56:13 +00:00
Roy Johnson
8c2434cc4d fix - Edit LDAP Connection 2006-06-30 13:16:42 +00:00
Colin Kuskie
cce6dc6e0a very basic help docs for manage groups in group 2006-06-29 23:30:13 +00:00
Colin Kuskie
fbcd4fb252 help docs for manage project and edit project. Added help links in Admin screens 2006-06-27 22:27:55 +00:00
Colin Kuskie
58eb9e230c time row template variables 2006-06-27 20:56:19 +00:00
Roy Johnson
2d3dfe3179 bugfixes for commerce 2006-06-27 17:57:02 +00:00
Yung Han Khoe
9434ed4cf9 Updated help for 'Email Group'. 2006-06-26 14:49:38 +00:00
Colin Kuskie
e5850aa0ec user view template for time tracking asset 2006-06-26 05:45:07 +00:00
Frank Dillon
fdb7b2449c added no ldap link text 2006-06-23 01:47:57 +00:00
Colin Kuskie
0e7f81fd4a help for Time Tracker add/edit screen 2006-06-22 22:46:49 +00:00
Colin Kuskie
d5204a1fa9 i18n'ed TimeTracker 2006-06-22 19:54:53 +00:00
Colin Kuskie
44447f8315 make list of macros clearer as to which are enabled and which are not 2006-06-22 16:46:11 +00:00