Commit graph

2311 commits

Author SHA1 Message Date
Wouter van Oijen
d37cd047e3 fix: FileUrl doesn't handle Snippets 2006-07-21 13:04:17 +00:00
Wouter van Oijen
ae61abe80d fix: Copyright on Default Template 2006-07-21 08:55:12 +00:00
Eric Kennedy
fc0a50661f HttpProxy bug fix 2006-07-21 02:09:42 +00:00
Wouter van Oijen
20cd9d45b3 fix: Indent Navigation broken 2006-07-20 23:24:26 +00:00
Martin Kamerbeek
508194e91a Fixed preview bug in WG::A::Post where userDefined and Synopsis form element would not have a value. 2006-07-20 14:29:03 +00:00
Wouter van Oijen
c545bea063 fix: Article thumbnail not working 2006-07-20 12:46:54 +00:00
Wouter van Oijen
7405613b6d fix: Missing documentation breaks the list of Available Macros 2006-07-20 12:41:32 +00:00
JT Smith
eab886f618 preparing for 7.0.3 bugfix cycle 2006-07-20 03:20:09 +00:00
JT Smith
621f80e26a preparing for 7.0.2 release 2006-07-20 02:25:27 +00:00
JT Smith
35e0a63262 - fix: spectre
- fix: Spectre tries to delete the same workflow instance twice
 - Fixed part of the Spectre memory leak. See gotcha.txt for details.
2006-07-20 00:55:05 +00:00
JT Smith
531d4284e3 - fix: spectre 2006-07-19 20:11:14 +00:00
JT Smith
45080ea0d9 - fix: cs mail needs archive url
- fix: cs mail not sending in-reply-to and references headers
 - fix: cs mail doesn't like code via email
 - CS mail now sends out the email address of the poster as from, when it 
   exists.
2006-07-19 18:37:33 +00:00
Colin Kuskie
534855ddc8 add missing filename methods 2006-07-19 18:10:37 +00:00
Frank Dillon
edf99fe361 run on login / logout 2006-07-19 16:26:26 +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
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
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
dae8c4c22f Fix bug where Admins are not in the Visitor group. Add a test to verify this going forward. 2006-07-15 02:30:53 +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
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
59038568a9 recursive ldap filter fix 2006-07-13 15:51:21 +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
6ad290ff63 fix Insert WebGUI Image inserts image, but does not retain border, spacing or alignment. 2006-07-13 15:29:26 +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
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
c1210d19fd fix bug in 6.99.4-6.99.5 upgrade having to do with empty WebGUI groups tied to LDAP 2006-07-13 00:58:26 +00:00
Frank Dillon
5be9f70efc fixed issue where upgrade will fail if there are any ldap groups with no users in them. 2006-07-13 00:57:04 +00:00
JT Smith
142ce1bb27 preparing for 7.0.2 bugfix cycle 2006-07-12 22:25:39 +00:00
JT Smith
ccc111bcbc preparing for 7.0.1 release 2006-07-12 21:53:02 +00:00
Frank Dillon
1a6c59230d ldap recursive filter changes 2006-07-12 20:35:19 +00:00
Frank Dillon
7de89440a5 upgrade for ldap filter fields 2006-07-12 20:31:58 +00:00
JT Smith
1440fec057 - Made changes to spectre to handle finished workflows better. 2006-07-12 20:21:10 +00:00
Colin Kuskie
0f7af1b87b fix department i18n problem without overwriting user configured values 2006-07-12 04:07:41 +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
Martin Kamerbeek
f63dc89a0b fix: new spectre.pl error 2006-07-11 15:17:19 +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
JT Smith
ea5108f952 more spectre tweaks, but no permanent solution to memory leak 2006-07-04 19:02:22 +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
5ddc168659 Fix a typo in WSClient which prevented it from adding/editing assets.
Make the whitespace test give some context to its failures.
Fix a buglet in the label test.
2006-06-30 20:41:33 +00:00
Frank Dillon
00f89eb581 2006-06-30 18:34:48 +00:00