Commit graph

1271 commits

Author SHA1 Message Date
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +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
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
Roy Johnson
4cb7c98a16 fix - Pagination not working in User Management System 2006-06-28 22:22:00 +00:00
Colin Kuskie
dc584ec66d Fix some really old, out-of-date POD in International.pm
Rework Operation/Profile to use an existing i18n object to fetch language hash.
2006-06-28 17:56:15 +00:00
Lucas Bartholemy
bfd2f7ed59 fixed typo + better language checking 2006-06-28 13:50:37 +00:00
Roy Johnson
8ae9dd6610 missed one 2006-06-27 18:05:44 +00:00
Roy Johnson
2d3dfe3179 bugfixes for commerce 2006-06-27 17:57:02 +00:00
Colin Kuskie
fe671de7f0 remove old debugging output 2006-06-26 04:06:16 +00:00
Frank Dillon
0cbcdbfaaf fixed issue where yes/no required fields would evaluate to false if the user chose "no" 2006-06-23 21:48:54 +00:00
Frank Dillon
76af04f71b adding LDAP link to group 2006-06-23 01:50:21 +00:00
Colin Kuskie
dbab69eb2f make the dynamic list of macros work again 2006-06-21 03:19:58 +00:00
Colin Kuskie
617fcf9dff always helps to set the flags that you use in the code 2006-06-20 03:46:56 +00:00
Colin Kuskie
837b18d310 Fix bug in Operation/Help.pm that would infinitely recurse if a Help
entry had an ISA entry from its own namespace.
Final adjustments to Collaboration Help.
2006-06-18 05:52:06 +00:00
Roy Johnson
d5d9f05500 fix: op=editSubscription causes fatal 2006-06-15 20:22:16 +00:00
JT Smith
24ed8f3e3f - fix: "Link to a page in the webgui asset tree" has default "open in a new
window"
 - fix: cs - attachments
fixed a tabbing problem in admin console introduced intraversion
2006-06-14 16:38:16 +00:00
JT Smith
47e6e65dd1 - fix: op=saveSettings broken 2006-06-10 02:39:46 +00:00
Roy Johnson
edaa6c463a fix - Commerce checkout confirmation very confusing
fix - EMS Discount Pass Not Applied
2006-06-09 21:26:45 +00:00
JT Smith
771d11f833 - fix: Help is missing style
- fix: Setting expire password on user creation does nothing
 - fix: Collaboration settings in help
 - Lots of template fixes.
2006-06-02 16:22:55 +00:00
JT Smith
b7957742bc - fix: Username blank when editing user Visitor
- fix: Thread Count is off in the Collaboration system
 - Fixed an indexing problem with Product assets.
 - fix: Reply count off when restoring from trash
 - fix: Karma not spent properly
 - fix: Avatar Message Board Template Not Working
2006-06-01 17:40:15 +00:00
JT Smith
060f21cb8b fix Insert A Link page has no head & body tags has no style 2006-06-01 03:08:58 +00:00
Colin Kuskie
b4597e50e5 Implement multiple inheritance in Help, allowing variables, fields and related
topics to be inherited from multiple entries.  Operation/Help now also gives
the help hash a default ISA array, to make downstream processing by tests and
documentation compilers easier.
Convert existing Help entries that already used ISA to have an array ref
instead of a singular hash ref.  Also update the Help skeleton to show
the new syntax.
2006-05-31 04:16:40 +00:00
Colin Kuskie
d7450926be Modified Operation/Help to stem a memory leak from processing ISA entries in the Help.
Converted template docs for several Assets and Wobjects.
2006-05-31 03:33:21 +00:00
Colin Kuskie
4a4de93e2f force the load of a help topic to clone the entry, to prevent Help creepage 2006-05-30 23:16:57 +00:00
JT Smith
41e655b452 - fix: New page layout instead of not found
- fix: Rollback
 - fix: debug output
 - fix: Can't delete images at product asset
fixed a problem with file/image form uploads
rearranged group methods for alphabetical order
removed matt's hack for group caching and replaced it with the right way
2006-05-30 22:35:12 +00:00
JT Smith
16bd394434 - fix: Asset menu
- fix: Event Manager - can't add event
 - fix: v6.99.1, security: Spectre listens to INADDR_ANY (profo)
 - fix: Manage groups in this group doesn't work
 - Fixed a problem where the not found page would not display.
 - fix: New page layout instead of not found
2006-05-30 18:57:15 +00:00
JT Smith
c23e29cdd7 no luck 2006-05-30 14:04:26 +00:00
Colin Kuskie
af29303c31 Reformat Wobject template variables to use the new Help based template variable system.
Break TimeTracking i18n into paragraphs for easy parsing.
Add missing comment line to break POD and paragraphs in Operation/Help
2006-05-27 17:39:05 +00:00
JT Smith
5268ffda5c several bug fixes 2006-05-26 23:08:18 +00:00
Colin Kuskie
7100d1df41 Add a new method called getAllGroupsFor, which recursively returns ALL groups
that a group belongs to.  This is required to properly uncache group settings
for groups with more than 2 levels of hierarchy.

Add 7 tests to verify the working of the new method.

Fix a typo in the POD for Operation/Group.pm
2006-05-26 16:43:47 +00:00
JT Smith
5be99ea5eb switched around the setup system so that spectre can still do it's thing even if users haven't gone through setup. this should help eliminate some of the memory leak problems. 2006-05-25 16:30:54 +00:00
JT Smith
741b523ad3 - fix create.sql / style3
- fix Spectre memory consumption
 - fix password vidible in debug mode
 - fix No way to add an advertisment to an adspace.
2006-05-25 04:56:12 +00:00
Colin Kuskie
c3128c93e9 fix typo in hoverHelp 2006-05-24 16:23:45 +00:00
Colin Kuskie
f44680e8c3 basic help for edit version tag 2006-05-24 04:37:17 +00:00
Colin Kuskie
706fecfedd basic help commit version tag 2006-05-24 04:20:31 +00:00
Colin Kuskie
858dc2793a basic help for manage committed versions 2006-05-24 04:09:20 +00:00
Colin Kuskie
32af5f8c66 help for manage pending versions 2006-05-24 04:00:34 +00:00
Colin Kuskie
b02386064d Make creating a Storage object with a short ID an error.
Add a test to check for that.
Beginning of documentation for VersionTag.
2006-05-24 03:03:47 +00:00
Colin Kuskie
5cb101af44 POD whitespace fixes 2006-05-22 15:58:31 +00:00
Wouter van Oijen
684f08649d Fixing stuff 2006-05-21 14:49:40 +00:00
Wouter van Oijen
b9122d292c Fix: Link to page in Webgui Page Tree not working in IE
Some more XHTML fixes
2006-05-19 23:09:42 +00:00
Wouter van Oijen
e136fb5b4e Bugfixes, removed warnings, XHTML compliance 2006-05-19 21:23:56 +00:00
Wouter van Oijen
78c547ad66 Added missing sub session
Fixed whitespace
2006-05-19 19:56:37 +00:00
Matthew Wilson
9acd445087 commerce checkout empties the cart when checkout fails. 2006-05-19 18:51:53 +00:00
JT Smith
572aea7627 back to home rather than back to site 2006-05-19 05:36:17 +00:00
JT Smith
ae9fc7c2c5 fix [ 1487054 ] 6.99 Orphaning ads in AdSpace 2006-05-18 03:07:58 +00:00