Commit graph

4293 commits

Author SHA1 Message Date
JT Smith
1bfcf846ce - Fixed a bug that didn't allow you to search a matrix.
- Fixed a bug in the upgrade that caused template problems with the WebGUI 6
   template if anyone was still using that.
- fixed a documentation bug
2006-07-18 17:08:25 +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
2142186d97 remove old debugging output 2006-07-17 03:29:12 +00:00
Colin Kuskie
ba87ea3380 Fix a bug where a User's object cached lastModified time and the time in the
db can be off by 1 second.  This is pretty rare but can be found during testing.
2006-07-17 00:37:32 +00:00
Colin Kuskie
253dc4a533 DataForm was passing parameters to Form/*.pm that do not exist anymore. Updated rows and columns to be height and width 2006-07-15 04:34:36 +00:00
Colin Kuskie
f3a1f0f9f2 GroupText.t: fix number of tests
Session/Id.pm: add a method to validate GUIDs, change s/// to tr/// for efficiency.
Session.pm: change open to use new Id.pm validation method
Scratch.t: Change test from ok to is so that it tells you what the failing ID is.
Id.t: Add validation tests in addition to uniqueness tests.  Fix the uniqueness test so that it works.  Add tests to check the new validation method
2006-07-15 01:54:49 +00:00
Colin Kuskie
94b5facb95 MultiSearch view method was missing the session variable in the form code for the
Submit button.

International object creation cache caches session variable.  Since this code
is persistent, the session object would never undergo garbage creation and
would accumulate memory.
2006-07-13 21:55:21 +00:00
JT Smith
8abbdf5e41 there should have been a space here 2006-07-13 21:01:23 +00:00
Colin Kuskie
b220f13107 - 2006-07-13 20:26:05 +00:00
JT Smith
137d553b89 - Added an unsubscribe link to the messages generated by collaboration
subscriptions per the laws in various countries.
2006-07-13 20:15:44 +00:00
Frank Dillon
aeb50d81ba fixed bug in recursive ldap filter 2006-07-13 15:50:07 +00:00
JT Smith
1845a3e1d5 - Added Chinese character support to search engine and indexer thanks to Zhou
Xiaopeng.
2006-07-13 15:41:30 +00:00
Martin Kamerbeek
d917598fd0 fix: Collaboration System hangs under certain conditions 2006-07-13 14:22:50 +00:00
Martin Kamerbeek
5d066b3338 fix: Unable to remove databaselinks 2006-07-13 12:52:20 +00:00
Wouter van Oijen
d8f69911ab POD 2006-07-13 12:49:51 +00:00
Wouter van Oijen
fe9e46336d POD fixes (PodChecker.t) 2006-07-13 12:30:47 +00:00
Wouter van Oijen
dcfc935ed7 Fixing error in POD (Whitespace.t) 2006-07-13 11:45:15 +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
Colin Kuskie
45db6cf962 add new group property to Help 2006-07-12 22:44:15 +00:00
Colin Kuskie
7e2efccc86 Internal javascript style storage changed from array to hash.
This broke the getUserPrefsForm for dashboards.  Fix this so
that js'es are added again.
2006-07-12 21:22:41 +00:00
Frank Dillon
ec4245a7d8 changes for adding ldap recursive filter 2006-07-12 20:31:02 +00:00
Frank Dillon
45b5d6ea5b adding recursive group filter for cases where the LDAP group property and recursive property are the same. 2006-07-12 20:29:14 +00:00
Frank Dillon
3937180957 adding ldap recursive filter labels and hoverhelp 2006-07-12 20:27:29 +00:00
JT Smith
1440fec057 - Made changes to spectre to handle finished workflows better. 2006-07-12 20:21:10 +00:00
JT Smith
06e1acf350 fixing typo 2006-07-12 14:31:17 +00:00
Colin Kuskie
c68fa20512 update POD to reference correct group 2006-07-12 05:31:06 +00:00
Colin Kuskie
ffa220428c documentation tweaks 2006-07-11 22:57:27 +00:00
JT Smith
07f7e021ca - fix: Ldap Registration of new users (Thanks to guiuser)
- fix: Missing/Incorrect POD
2006-07-11 20:54:24 +00:00
JT Smith
a440cb5f41 fix: Security bug in session env 2006-07-11 20:32:46 +00:00
JT Smith
63b22dc502 - fix: Style Wizard
- fix: content-type
 - fix: Two cookies and incorrect Last-Modified date in HTTP header
 - fix: HTTP status code 404 broken
 - fix: Add missing page on Problem With Request
 - fix: Avatar/photo upload not working
 - fix: Shortcut with content lock fails (Thanks to Michelle Lamar)
2006-07-11 20:08:30 +00:00
JT Smith
aaa93d466b - fix: Can't create new account
- fix: Several new assets aren't added to config during upgrade process
 - fix: Post Subject HTML
 - fix: Matrix: can't instantiate template
2006-07-11 16:44:59 +00:00
Martin Kamerbeek
ebf8fd8065 fix: Session id 2006-07-11 16:09:13 +00:00
JT Smith
0aac23dedf - fix: AssetProxied Navigation context menu - items invisible in Style 02
- fix: Request Tracker Asset - Reply to a post displays Severity drop down
   list
 - fix: Syndicated wobject erro 6.8+
2006-07-11 15:41:24 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
Colin Kuskie
f3346bd008 i18n for Department user profile 2006-07-11 04:15:31 +00:00
JT Smith
a511ab9d50 preparing for 7.0.0 release 2006-07-05 15:05:28 +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
JT Smith
d95fbffa39 cleaned up some spectre code and fixed a few bugs 2006-07-03 19:22:14 +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