JT Smith
7571dbca39
merging 7.1.3 fixes
2006-11-02 00:21:58 +00:00
Drake
c71a1ac5ee
Refactor getEditForm override back into definition clauses for Collaboration
...
asset. Should still do this for the remaining assets that no longer need
getEditForm overrides with the existence of autoGenerateForms in definition.
2006-09-29 01:50:58 +00:00
Drake
dbc34c6270
Apply slightly modified versions of DBell's patches for:
...
- admin bar causing pages to extend forever
- changing asset URL returning to old URL rather than new
- performance indicators interfering with non-HTML data
2006-09-26 04:59:15 +00:00
Drake
4f7a3bf490
Fix bad interaction between WebGUI::Asset->new() and caching mechanism.
2006-09-26 04:08:16 +00:00
Drake
aac32d24bd
Multiple enhancements:
...
- Perform RFE "js-confirmation-operation/user.pm".
- Perform RFE "js-confirmation-operation/group.pm".
- Perform RFE "locked-by-who".
(Displays in title and alt of img, but not in body text.)
2006-08-29 16:49:25 +00:00
Drake
936054ba19
Multiple fixes:
...
- Probably fix "more-geturl-bugs", but hard to verify.
- Fix "last-modified-problem", approximately. (Difficult or impossible
in the general case for externally-retrieved content.)
- Fix "rss-syndication".
- Fix unnamed bug where Database caches would try to Storable::freeze
non-references and thereby crash.
- Fix "apache-version-component-in-wrong-place".
2006-08-29 16:44:41 +00:00
Martin Kamerbeek
50e8b14789
Fix: extra elements (tags) do not show up in HTML source
2006-08-29 11:33:09 +00:00
Roy Johnson
7122e069e6
fix getMedia asset constructor returns wrong object type. Test Suite++ =)
2006-08-16 21:30:49 +00:00
Frank Dillon
05c8cad17a
fix syntax error
2006-08-09 23:09:51 +00:00
Frank Dillon
11c13609fc
Pull cookie time to live from config file
2006-08-09 23:05:58 +00:00
JT Smith
dfe92a73e2
preparing for 7.0.5 release
...
fixed some bugs
2006-08-09 16:09:17 +00:00
Colin Kuskie
000b2fcce3
Reverting previous work. Asset->new must return an Asset, even if
...
no className is passed and the invocant's class is Asset. This is
due to the root. In the db, the root Asset has the className WebGUI::Asset,
and the getRoot method matches this.
Changed the failing test in Asset.t to look for a WebGUI::Asset to be returned.
Added two tests to Asset.t to validate the object returned by Asset->getRoot method.
Reverted previous work and updated the POD for Asset->new.
2006-08-08 17:43:44 +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
6a88fa5ca2
fix Asset.pm so that it returns undef if no valid Asset className is passed
2006-08-08 17:20:22 +00:00
JT Smith
2ea58485c9
- Added an option to override the session cookie name.
2006-08-04 15:16:18 +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
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
JT Smith
c65d9490e7
- Fixed mail bounce processing.
...
- fix: Asset Manager displaying incorrectly
- fix: Cannot paste from clipboard
- Made the search indexer mor compatible with Chinese and other non-ascii
characters. (Thanks to Zhou Xiaopeng)
2006-07-24 22:18:39 +00:00
Colin Kuskie
22c2102e5a
fixed a bug where userId was not checked unless explicitly passed into canView
2006-06-29 04:40:33 +00:00
JT Smith
9287458443
- Fixed a bug in the asset manager where you could be redirected to a wrong
...
page after using the delete, copy, cut, duplicate buttons.
2006-06-24 23:12:42 +00:00
Frank Dillon
c0c714ce0b
fixed a few more checkbox onchange events to onclick
2006-06-23 21:28:06 +00:00
Frank Dillon
b104bacc32
fixed issue where clipboard select all was not working in IE.
2006-06-23 21:20:52 +00:00
Roy Johnson
54285ff4da
Not having a good day today...
2006-06-23 20:40:21 +00:00
Roy Johnson
67cc512c6c
fix my doof
2006-06-23 20:34:30 +00:00
Roy Johnson
37c7f002ac
fix - Deleted assets reappear upon paste of parent
2006-06-23 19:34:53 +00:00
Frank Dillon
6e734b900f
LDAP isInGroup changes
2006-06-23 01:49:34 +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
2f3ae0faef
- All assets now have an autoGenerateForms property just like wobjects per the
...
rough edges discussions in Community IRC.
2006-05-31 22:43:17 +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
Colin Kuskie
e6350c9929
Made help for www_changeUrl and the Asset iconic tool bar
2006-05-25 22:37:16 +00:00
JT Smith
15bb672c3c
some bug fixes
2006-05-25 00:20:39 +00:00
JT Smith
771f6408af
- Fixed a bug where context menu links would take on the properties of the
...
page.
- Added a context menu to the last item in the crumb trail in the asset
manager as discussed in Community IRC.
2006-05-24 20:21:01 +00:00
Wouter van Oijen
a154227122
fixed one more whitespace problem reported by test
2006-05-21 11:01:41 +00:00
Wouter van Oijen
af9fc4a390
fixing typos
2006-05-21 10:49:00 +00:00
JT Smith
414dfde9c3
removed old macros from default config file
...
added duplicate button
2006-05-19 05:29:34 +00:00
Matthew Wilson
e05490487c
inlineView must prepareView before view()
2006-05-18 13:41:37 +00:00
Lucas Bartholemy
27e7d288da
remove redundant code
2006-05-17 19:24:32 +00:00
JT Smith
aff2236d69
fixed a bug that caused threadId's to be empty in new posts
2006-05-15 16:06:31 +00:00
JT Smith
21fedb9051
added a classname form control for validating classnames and do taint checking
2006-05-10 23:01:15 +00:00
JT Smith
18e303421a
fix from Lucas Bartholemy
2006-05-04 15:54:39 +00:00
Colin Kuskie
e82dfccc56
remove duplicate entry in Asset Help fields, make def properties in same order as editForm for easy reading
2006-04-28 21:50:52 +00:00
JT Smith
d77c6ed89f
[ 1475220 ] some 6.99 templates have double slashes
2006-04-28 17:21:58 +00:00
JT Smith
24bc7149ca
fixed [ 1412525 ] 6.9: Restore from trash
2006-04-28 15:57:46 +00:00
JT Smith
dc1a0c7703
added a user form field type
2006-04-23 23:50:40 +00:00
JT Smith
f27d8d16be
better xhtml compliance
...
better admin console
some bug fixes
2006-04-20 02:32:50 +00:00
JT Smith
4bcbc4959e
got rid of some debug
2006-04-19 21:21:05 +00:00
JT Smith
aea50b0520
opps, fixed up
2006-04-19 20:16:06 +00:00
Colin Kuskie
10a1289bac
Fix broken and missing labels
2006-04-18 21:32:11 +00:00
Martin Kamerbeek
179e4a89ef
Adding the SQL Form and editForm error feedback.
2006-04-18 15:09:07 +00:00
JT Smith
e8c073b9df
some http header changes
2006-04-18 14:22:42 +00:00