JT Smith
2082506efb
Added Site Starter to WebGUI Initial Configuration.
2007-07-23 19:44:05 +00:00
Colin Kuskie
90f53fbe9d
Change ZipArchive Asset to use the addEditLabel method in www_edit
2007-07-22 05:24:26 +00:00
Colin Kuskie
d95fabf53b
convert Matrix, InOutBoard and EMS to use addEditLabel
2007-07-21 04:27:35 +00:00
Colin Kuskie
f1efe0d160
convert File, Wobject and Redirect to use addEditLabel
2007-07-21 04:24:56 +00:00
Colin Kuskie
7018d38f15
Refactor out the Wobject level www_edit code that switches between Add Wobject and
...
Edit Wobject into an Asset level method. Convert Wobject.pm and Snippet.pm to use it.
Build a very bare bones test method for it.
2007-07-20 23:04:43 +00:00
Frank Dillon
01ff22d70f
Changes to include captcha image on post to verify humanity
2007-07-20 20:19:55 +00:00
Frank Dillon
6e4276bb68
Changes to include captcha image on post to verify humanity
2007-07-20 20:19:21 +00:00
Frank Dillon
6c54cbc161
Changes to include captcha image on post to verify humanity
2007-07-20 20:19:01 +00:00
Colin Kuskie
d324b766ce
Help pruning for Matrix.
...
Changed www_edit to use Wobject style add/edit title generation, this really needs to be a method.
2007-07-20 16:34:10 +00:00
Colin Kuskie
807fac9b31
Folder, HttpProxy, InOutBoard and Folder cleanups.
...
Changed InOutBoard to use the Wobject style add/edit title generation.
2007-07-20 16:25:57 +00:00
Colin Kuskie
22d8619ecd
finish clean-up of Snippet add/edit title
2007-07-20 04:08:24 +00:00
Colin Kuskie
fb6064e88a
Pruned the Wobject help, lots of side effects
2007-07-20 04:04:47 +00:00
JT Smith
6524a3c815
Asset properties that have default values are now enforced by the API as they always have been by the user interface.
2007-07-19 23:08:02 +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
Graham Knop
57e73175ae
fix: navigation shows toolbar for users who can't edit it
2007-07-19 20:40:44 +00:00
Graham Knop
75457b765d
fix: macros not processed in HttpProxy template
2007-07-19 18:18:16 +00:00
Graham Knop
40a49bc913
Merging 7.3.21 changes.
2007-07-18 20:05:19 +00:00
Frank Dillon
bf62f2fec2
Removed soem comments. Made the field so it won't post to the form
2007-07-18 18:26:35 +00:00
Frank Dillon
09b1ab2e1e
Added functionality to manage subscription groups from within a Collaboration System
2007-07-18 18:24:47 +00:00
Doug Bell
3fa2a81d98
fix: tested my refactor to the CS and fixed a bug in it.
2007-07-17 19:42:43 +00:00
James Tolley
538df1a868
Thread.pm prev/next links fix
2007-07-16 22:03:43 +00:00
Colin Kuskie
a698b2c4f3
Make the SQLForm use the new functions inside DatabaseLink to do database
...
privilege checking. This fixes the newest bug about database permissions
on the bug boards.
2007-07-16 21:00:03 +00:00
Graham Knop
73d85203d5
fix: Calendar events on the last day of the month do not appear on the month view
2007-07-16 18:10:24 +00:00
Frank Dillon
a5c824d3fb
Fixed bonehead syntax errors
2007-07-11 18:04:17 +00:00
James Tolley
c461811f25
small copy context menu bugfix
2007-07-11 17:30:43 +00:00
Frank Dillon
b367100591
Changed code around so that survey is not bound to the session until the first time the user responds rather than the first time the survey is viewed.
2007-07-11 16:25:49 +00:00
James Tolley
0e05bc3f10
css class for uncommitted assets
2007-07-11 03:05:18 +00:00
James Tolley
de4da68884
put the unsubscribe link in the CS notification template
2007-07-10 21:39:11 +00:00
James Tolley
efd1e6705b
CS thread permissions edit
2007-07-09 20:54:31 +00:00
James Tolley
e1de42261d
workflow activity to notify admins of old version tags; start thread group in CS
2007-07-09 20:02:09 +00:00
JT Smith
6ce94b078d
- Safari 3 and above now fully supported in admin interface.
2007-07-07 21:55:20 +00:00
JT Smith
f36ba1b268
- Added keyword tagging to Wiki.
2007-07-07 21:09:39 +00:00
JT Smith
23fa0283b3
- Added keyword tagging api.
2007-07-07 04:37:38 +00:00
James Tolley
5aa7db7d58
syndicated content sorted by pubDate where possible
2007-07-06 23:01:38 +00:00
Graham Knop
749f68a0ee
fix: Next/Previous links on thread not sorted same as collab
2007-07-05 11:03:23 +00:00
Graham Knop
7042946bdf
fix: CSS dragTrigger: multiple identical ID's on every page
2007-07-05 09:35:29 +00:00
JT Smith
e1a0b462a1
ems performance improvements
2007-07-05 04:18:16 +00:00
Doug Bell
65235990a3
fix: Collaboration System can now be subclassed and still work with existing Thread and Post assets
2007-07-02 22:25:41 +00:00
Colin Kuskie
37f6db428f
Make Macro/Thumbnail.t more robust by not running downstream tests if
...
the file does not exist.
Fixed a bug I created by changing the order of update and change comparison
in Asset/File.pm. This caused Asset/File.t, Asset/File/Image.t and
Macro/Thumbnail.t to fail.
2007-07-01 16:39:24 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
Colin Kuskie
fa1499cf06
Forward port of empty Matrix Listing productName.
...
I did not bring in the 7.3.20 upgrade script, because I'm not sure how
the branch is supposed to work.
2007-06-28 23:15:34 +00:00
Frank Dillon
6047b341be
Added HttpProxy URL Pattern Filter
2007-06-28 14:26:39 +00:00
JT Smith
794da40e5c
merging 7.3.19 fix
2007-06-26 15:17:40 +00:00
Colin Kuskie
0c45e5286e
Forward port of isHidden work from 7.3 for Post, Event and WikiPage.
...
isHidden is not allowed to be 0 for those Assets. I had to reinstantiate
the update method for the Event Asset, but I only put in the code to
force isHidden to be forced to 1.
2007-06-26 04:33:07 +00:00
Colin Kuskie
7abd54eb94
forward port of double-thumbnail bug. Image was inheriting a Storage object from File, and needed a Storage::Image object
2007-06-23 02:19:38 +00:00
James Tolley
0db9d14a94
SQLForm empty search field fix
2007-06-23 00:21:17 +00:00
Colin Kuskie
522d87fed2
forward port of File/Image - Storage/Storage::Image object alignment fix
2007-06-22 23:26:13 +00:00
James Tolley
a640222a29
improved SQLForm field default search modes
2007-06-21 22:43:57 +00:00
JT Smith
ec67b2e8fe
- rfe: snippets should have titles too!
...
- Added a mechanism for using external folders for custom code. See
sbin/preload.custom.example for details.
2007-06-21 17:58:58 +00:00
James Tolley
d32d4112f4
SQLForm - simple weighted sorting, various fixes
2007-06-20 18:46:35 +00:00