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
JT Smith
9248570f79
Added Newsletter Asset (Funded by United Knowledge)
2007-06-16 19:33:12 +00:00
Colin Kuskie
92151cdf7b
documentation for new macro
2007-06-15 21:29:12 +00:00
Colin Kuskie
e3092f0aa8
Fixed a bug where due to the lack of a cached Storage object,
...
the assetSize in the db was set wrong. This happened when a File/Image
was added, and when it is committed. Editing the Asset would fix it, but
once it was committed, the files in the Storage area were not added.
List of Changes:
1) Removed setSize from File/Image.pm. It can inherit from File.
2) In Asset::File::processPropertiesFromFormPost, set _storageLocation to the Storage
object. Remove the call to setSize since it's done in ->update
3) In Asset::File::setSize, fetch the current storage object via getStorageLocation.
4) In Asset::File::update, move the call to update after the filesystem work. This
way changes in the size of the permissions file get accounted for.
5) In Asset::update, call setSize after all changes, regardless of whether or not
properties have changed.
6) In Asset::setSize, refactor out the size calculation and update $self's properties
cache so that long running scripts have the right size.
2007-06-13 23:06:44 +00:00
JT Smith
c0cba2a467
hadn't been brought up to spec
2007-06-13 15:16:45 +00:00
JT Smith
ee4f857d59
should be using ^Extras; macro instead
2007-06-13 14:14:27 +00:00
Yung Han Khoe
e5e2c4b2ca
Added assetId to template vars in search asset.
2007-06-11 15:32:09 +00:00
JT Smith
f25553394e
fixed wiki master problem
2007-06-10 17:41:13 +00:00
Yung Han Khoe
17b86ba9c7
fix: Order of content position loops in Page Layout
2007-06-06 15:28:07 +00:00
Colin Kuskie
2af436a0ad
Add the ability for posts to have metadata. The option is turned off by default,
...
but can be enabled in the CS. If the option is turned on, and metadata is
enabled on the site, then sets of template variables will be made available
to the Post Form template, the Thread view template, and the CS view template.
2007-06-05 03:32:00 +00:00
Graham Knop
56bb1e6fec
fix: Show edit links on EMS search view without being in Admin group
2007-06-04 17:25:13 +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
James Tolley
c09b2cae1b
EMS import/export, Form::*::getValueFromPost(alt_values), and tests
2007-05-29 23:39:24 +00:00
Graham Knop
1ceb7abb02
fix: bad javascript string escaping in EMS
...
fix: Unable to upload images or edit listings for Matrix
2007-05-29 21:30:07 +00:00
Colin Kuskie
b7cbde0e79
fix typo in Search code from merge of no results found RFE
2007-05-29 18:30:17 +00:00
Doug Bell
a4f56ff9ef
add: syndicated content wobject now has additional ways to show the description.
2007-05-28 23:12:13 +00:00
Doug Bell
b519375126
add: Calendar events from 7.4-prebranch
...
- Attachments
- Setting view permissions
2007-05-28 22:27:31 +00:00
Doug Bell
07a40788bb
add: User profile data table is now a flat table.
2007-05-28 21:35:34 +00:00
Colin Kuskie
1a55630eef
Implemented a RFE for returning a message when no search
...
results were found.
2007-05-26 03:54:26 +00:00
James Tolley
2b84211088
Added canEdit template variable for events.
2007-05-25 20:10:47 +00:00
Graham Knop
74c752c0ef
Event recurrence bug fixes.
2007-05-23 23:19:15 +00:00
Graham Knop
14e951863c
fix: survey in response driven mode sometimes won't terminate correctly
2007-05-22 21:47:13 +00:00
JT Smith
3b578658d2
removed: Fix: Thread template: next.url and previous.url tmpl_vars are always defined
2007-05-22 15:50:44 +00:00
JT Smith
52c722dcfd
- fix: Old registrants appear in new EMS asset
...
http://www.plainblack.com/bugs/tracker/old-registrants-appear-in-new-ems-asset
2007-05-22 01:57:53 +00:00
Colin Kuskie
54616b5f89
2007-05-21 01:43:47 +00:00
Colin Kuskie
11fd0b1ca7
fix the next/previous thread thing. It saves an asset instanciation and lets macros using the session asset work correctly
2007-05-15 20:28:32 +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
1f0dd18f61
Fixed First event in the calendar not working right
2007-05-04 15:18:06 +00:00
JT Smith
bca9af757d
Incomplete Form data on Asset Edit causes asset to be unaccessible
2007-05-02 21:18:29 +00:00
Doug Bell
f754da0db5
fix: EMS -- Safari can't purchase badges
2007-05-02 21:06:05 +00:00
Wes Morgan
b5fbbef649
fixed emailed form submissions so that textareas retain their formatting in the email
2007-05-02 20:56:37 +00:00
Doug Bell
fe5bc93a52
Added an error message to SQLForm if we can't find the privileges of the database link
...
fix: Sometimes the error message for the Calendar Update Feeds is part of the content response.
fix: Serial workflows no longer get held up in the queue
2007-05-02 20:05:31 +00:00
JT Smith
748e56a3b3
Email to forum not working from Mac
2007-05-02 18:51:53 +00:00