Colin Kuskie
ffebdae95a
Remove www_edit. It's the same as Asset's.
2009-04-01 04:39:11 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Graham Knop
7bf06aab7b
make sure we are using var->isAdminOn instead of var->get('adminOn')
2008-09-18 19:51:25 +00:00
JT Smith
6e04c4b705
rfe: choice of type of redirect on redirect assets
2008-09-16 17:51:15 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
JT Smith
fb434a8b3a
fix: content handler and redirects
2008-01-25 01:36:14 +00:00
JT Smith
f6cab15bd0
removed help links that are referring to help that has been moved to the wiki
2007-07-26 04:53:14 +00:00
Colin Kuskie
f1efe0d160
convert File, Wobject and Redirect to use addEditLabel
2007-07-21 04:24:56 +00:00
Colin Kuskie
804721d0b8
More top level Asset Help and i18n pruning.
...
FilePile, WikiPage, Event, RSSCapable.
2007-07-19 22:44:29 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
Colin Kuskie
8b7bafe1ae
fix for editing interfaces to Assets that still display an edit button even if the Asset is edit locked.
2007-04-29 03:16:13 +00:00
Colin Kuskie
96f292bb45
Correct the POD from copying a method in Asset/Redirect.
...
Fix a whitespace problem in AssetExportHtml.
2006-11-19 06:19:31 +00:00
Colin Kuskie
b1bbf36825
Fix exporting of a redirect. The view method in the Redirect sets
...
a HTTP header and returns "1", which doesn't create a redirect.
I fixed this by:
- Writing a exportHtml_view method just for Redirect.
- using the Fail Safe style template to output an empty page
with a redirect tag in the header.
2006-11-19 05:17:15 +00:00
JT Smith
80ef5e925a
- Made some changes to make WebGUI compatible with the WRE for Windows.
...
- fix: cacheTimeout not respected as Visitor (Eric Kennedy).
- fix: Email address with just one character in the user part not accepted
- fix: Image (file) added to page shows before committing changes
- fix: Typo in fileImport.pl at line 265 (zxp)
2006-08-16 21:25:27 +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
JT Smith
af84fb43af
- Fixed a macro processing problem on the Redirect asset.
...
- Added a log info entry when a redirect occurs.
2006-06-13 00:55:35 +00:00
JT Smith
33272fd76c
- All assets now have an autoGenerateForms property just like wobjects per the
...
rough edges discussions in Community IRC.
- fix: not set UTF-8 in setup page
2006-05-31 23:01:53 +00:00
Colin Kuskie
2d90644e1c
Update Redirect navigation to show how it really works.
...
Localize self-referential redirect URL message.
Beginning of EMS master documentation.
2006-02-02 23:10:31 +00:00
Matthew Wilson
4a3121960f
removal of dumpSession.
2006-01-26 05:39:16 +00:00
Matthew Wilson
09483e18c5
a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily.
2006-01-16 22:45:21 +00:00
Colin Kuskie
35c4ad353d
missing session variables from ->new found via code analysis
2006-01-16 21:55:39 +00:00
Matthew Wilson
250d8ff944
lots o' fixes.
2006-01-15 04:25:33 +00:00
Colin Kuskie
edfaa153b9
end of test program sweeps for dictionary lookups via subroutine instead
...
of object method.
2006-01-15 02:34:50 +00:00
JT Smith
a3adaee3a0
removing unnecessary use lines
2006-01-12 22:27:20 +00:00
JT Smith
a194408513
changing copyright year
2006-01-09 23:51:04 +00:00
JT Smith
d470a7cdd4
more session related changes
2006-01-09 20:43:02 +00:00
JT Smith
024514c549
more session related changes
2006-01-09 19:56:26 +00:00
JT Smith
2866a2c873
converting assets to new session system
2006-01-02 03:12:54 +00:00
Colin Kuskie
b46433ecfa
internationalize www_edit titles
2005-11-07 21:38:22 +00:00
JT Smith
ea868a8c0e
moved uploadsAccessHandler into the main webgui handler mechanism
...
converted macros to use references
fixed some other various bugs
2005-11-07 01:40:07 +00:00
Colin Kuskie
56e5b7ef2b
table of contents with internationalization
2005-10-10 05:22:37 +00:00
Colin Kuskie
1ca2a2718b
fix namespaces for add/edit form help
2005-09-10 04:45:52 +00:00
JT Smith
f05c5925d1
fixed a few bugs
2005-08-12 22:36:09 +00:00
JT Smith
c7864a0c24
allowing UI levels for assets to be overridden in the config file, and allowing developers to specify a default UI level in the definition rather than creating a getUiLevel() method
2005-07-28 21:56:02 +00:00
JT Smith
c4b3e4092d
Merging changes from 6.6.4
...
Added new definition features to wobjects and assets.
2005-07-21 01:17:05 +00:00
Colin Kuskie
e19f50a481
internationalize getName for all Assets, bugfix 1239601
2005-07-18 16:26:52 +00:00
Colin Kuskie
449081990e
hover help
2005-06-24 00:53:30 +00:00
JT Smith
fd57cbaa51
fixed a bunch of bugs
2005-05-23 15:02:23 +00:00
Matthew Wilson
87d2b64593
numerous fixes
2005-05-17 17:17:01 +00:00
Colin Kuskie
51bb513c5b
asset help moved into namespace, all International calls updated to support that
2005-04-05 20:24:15 +00:00
JT Smith
0554039f51
merging 6.5.6 bug fixes
2005-04-05 13:32:22 +00:00
Colin Kuskie
1b0aa2174d
fix for bug 1171569, which really applied to almost every Asset and Wobject in the system
2005-03-28 05:15:48 +00:00
JT Smith
a50fd5787a
a whole pile of bug fixes
2005-03-28 00:10:47 +00:00
Colin Kuskie
a2745b6ba6
moved Asset/Redirect help into its own files
2005-02-25 03:57:29 +00:00
JT Smith
55c709a051
updated copyright
2005-02-07 00:52:47 +00:00
Colin Kuskie
15c48e14d0
internationalize Redirect URL property
2005-01-03 02:54:02 +00:00
JT Smith
b43baa8acb
fixed redirect and added edit titles
2004-12-25 19:43:27 +00:00
JT Smith
382ced9ffe
first run on new asset system
2004-12-17 05:41:22 +00:00
JT Smith
5421f8e9d7
starting adding file asset
2004-11-30 23:27:38 +00:00
JT Smith
00074fd16d
various miscellaneous stuff
2004-11-30 16:46:55 +00:00