JT Smith
ee84cc7611
Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
...
WebGUI::Storage::Image can do.
2008-11-26 16:06:18 +00:00
Graham Knop
26790fd1dd
fix some issues with autocommit
2008-10-23 10:20:53 +00:00
Graham Knop
99a9da626d
rfe #640 : Refactored autocommit and autocomment
...
Autocommit assets like CS posts or Calendar Events can now be added before the
parent is committed. They will go into the same version tag as their parent.
2008-10-22 16:04:10 +00:00
JT Smith
ef120fb06b
Added isVisitor, isAdmin, and isRegistered methods to User object instead
...
of hard coding checks everywhere with group ids. And updated the code base
to match.
2008-09-16 22:32:36 +00:00
Graham Knop
7aca0d15f8
fixed: File Pile doesn't respect edit permissions of parent asset
2008-08-13 20:41:33 +00:00
Colin Kuskie
73337650bc
convert FilePile to use i18n labels out of the Asset instead of duplicating them
2008-05-20 18:58:40 +00:00
JT Smith
8500c4d506
Cleaned the pollution from the forms system.
2008-04-16 16:11:10 +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
Graham Knop
202643d9b4
add save and commit to file pile
2007-09-26 18:22:05 +00:00
JT Smith
884953607c
- fix: A bug where it was possible to delete a system page if it were made
...
the child of a non-system page that you had edit rights to.
- api: Added a unified contraints system for the file and image assets.
- fixed several problems with the new attachments control, setup, and tempspace
2007-07-26 16:08:27 +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
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
JT Smith
3259da6750
- Added a realtime workflow option for content publishing.
...
- Added switches to auto request commit operations and skip adding comments.
2007-05-30 16:07:43 +00:00
Frank Dillon
9a8207fee0
Fixed bugs in storage causing multiple storage locations to be created any time a file was created or updated. Fixed a bug which prevents files from potentially breaking on operating systems that are not case sensitive.
2007-05-04 19:19:01 +00:00
Martin Kamerbeek
47d6a95a7f
Fixed Image uploads only respect maximum size on update
2007-05-02 09:12:06 +00:00
Colin Kuskie
57fc140369
Made file upload use the Form API instead of the Storage API due to name hacks
2007-03-06 03:43:48 +00:00
Colin Kuskie
ab6d0d2ce6
fix for file uploading problems in File, Image, FilePile, Graphics (font) and FormHelper
2007-02-16 22:31:53 +00:00
Colin Kuskie
da03424051
Fix a bug with uploading files through the FilePile.
...
Permissions default to those of the parent, but if they are overridden in the FilePile
form the form settings are now taken.
2007-01-11 03:56:44 +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
2f24cd3f3c
[ 1475220 ] some 6.99 templates have double slashes
2006-04-28 16:59:32 +00:00
Colin Kuskie
2f5dab37d2
finalized Group code with migration and upgrade log
2006-04-14 01:17:39 +00:00
JT Smith
17c8275c78
an xhtml compatibility bug, and a versioning bug fix
2006-03-24 04:50:56 +00:00
JT Smith
103969816e
removed start/end dates from assets in favor of workflows that can do the same thing only better
2006-03-01 18:02:36 +00:00
Colin Kuskie
662c43ca21
forward port of bug fixes and POD upgrade
2006-02-08 21:04:02 +00:00
Matthew Wilson
6266be5b65
lots more fixes and enhanced User.t
2006-01-18 15:22:43 +00:00
Matthew Wilson
128f265678
finally, the last of this round of syntax fixes.
2006-01-15 21:02:00 +00:00
JT Smith
b0ffb721b6
more session related bug fixes
2006-01-15 18:34:44 +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
64048c0846
migrated tabform to new session system
2006-01-12 19:51:54 +00:00
JT Smith
2735385050
migrated WebGUI::Icon api to use new session
2006-01-11 23:12:07 +00:00
JT Smith
c74c1bdcbc
merged WebGUI::Groupings with WebGUI::Group and WebGUI::User
...
changed WebGUI::Group api to work with the new session api
2006-01-11 03:27:07 +00:00
JT Smith
a194408513
changing copyright year
2006-01-09 23:51:04 +00:00
JT Smith
2866a2c873
converting assets to new session system
2006-01-02 03:12:54 +00:00
JT Smith
9549d37033
- fix [ 1373707 ] File Pile not uploading images
...
- fix [ 1353425 ] getUsersInGroup includes expired Group of group members (Ed
van Duinen)
- fix [ 1373041 ] context menus in Admin Mode don't position correctly in IE
( Michele Dell'Aquila)
2005-12-07 00:07:25 +00:00
Colin Kuskie
99df1f414e
Form inheritance work for lists, removal of $session{os}{slash}
2005-12-01 20:46:55 +00:00
Matthew Wilson
818ff2608c
Re-adding (conditional) cookie baking. I'm not sure anyone has been successfully testing SVN WebGUI since it was removed.
...
Moving cookies out of session::open into contentHandler (they already were in uploadsHandler).
Eliminating opening a new visitor session and then converting it to the actual user session for every single request by making two Session.pm methods public instead of private.
Added NOT_FOUND to the list of exported from Const.
Fixing a small bug in File.pm.
Fixed some spacing/tabs/formatting issues in various places.
This autocomplete in TortoiseSVN is really nifty.
2005-11-19 23:30:52 +00:00
Colin Kuskie
30e8dd957a
forward port of branch_6_7
2005-11-02 00:08:27 +00:00
Colin Kuskie
56e5b7ef2b
table of contents with internationalization
2005-10-10 05:22:37 +00:00
JT Smith
9c3a4eb309
fixing bugs resulting from new form package
2005-07-28 20:18:37 +00:00
Matthew Wilson
25391c83c0
- fix [ 1240325 ] FilePile doesn't create thumbnail when upload images (mwilson)
2005-07-23 19:57:48 +00:00
Colin Kuskie
e19f50a481
internationalize getName for all Assets, bugfix 1239601
2005-07-18 16:26:52 +00:00
Colin Kuskie
56c2da7218
enabled for hover help
2005-06-19 21:08:24 +00:00
Colin Kuskie
f75e28f61f
literals require quoting in Javascript
2005-05-19 15:28:56 +00:00
Colin Kuskie
eb1c9f0564
internationalize remove button for upload controls
2005-05-18 21:19:50 +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
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
Colin Kuskie
4ddc5d66ec
FilePile documentation
2005-03-27 23:01:01 +00:00
JT Smith
b84ae38958
many bug fixes
2005-03-24 14:47:57 +00:00