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
JT Smith
c1f65c614d
Wiki titles not automatically linked
2007-05-02 18:07:57 +00:00
Doug Bell
7ebea75e33
fix: HttpProxy no longer processes macros in proxied content
2007-05-02 16:44:02 +00:00
Nik Ogura
ea75fd538f
added <> NULL to getLineage call. Prevents recurring events from wiping out other events with null recurId's within their span
2007-05-02 16:42:21 +00:00
Nik Ogura
e9588a0b65
stopped it breaking on MySQL null dates
2007-05-02 16:40:10 +00:00
Yung Han Khoe
c13ee87504
Oops, next and previous url where switched in the previous revision.
2007-05-02 15:03:41 +00:00
Martin Kamerbeek
68fa0161c5
Fixed a calendar bug wher the iCal feed url was corrupt
2007-05-02 13:14:22 +00:00
Martin Kamerbeek
61641c404b
Issue calling shortcut - incorrect template
2007-05-02 11:40:42 +00:00
Martin Kamerbeek
f17c5bc218
fixed: Unable to upload new file to update contents of file asset
2007-05-02 10:06:22 +00:00
Martin Kamerbeek
47d6a95a7f
Fixed Image uploads only respect maximum size on update
2007-05-02 09:12:06 +00:00
Colin Kuskie
a5de078f13
fix a bug where userId, ipAddress, submittion time, etc. were omitted from the tab deliniated dump of the DataForm
2007-05-01 21:43:51 +00:00
Colin Kuskie
ec1d8dc2d1
Pre-work for DataForm bug fix.
...
Added POD to VersionTag.pm showing some of the properties that can be gotten via get.
2007-05-01 21:18:21 +00:00
Colin Kuskie
54e931ebe3
fix for autogenerated wiki links not obeying gateway settings
2007-05-01 20:44:30 +00:00
Yung Han Khoe
39be2887e1
Thread template: next.url and previous.url tmpl_vars are always defined
2007-05-01 13:37:26 +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