6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Specified functions as Public More... over 15 years ago
[Issue #220] appendFormattedElement() will now correctly handle multiple authors More... over 15 years ago
Stopped the MySQL::insert function from wrapping values in an extra set of quotation marks.
Rowan Lewis
as rowanjl
More... over 15 years ago
Added new delegate 'EventFinalSaveFilter' to allow filters access to the already saved entry. More... over 15 years ago
Added 4 new params: current-page-id, current-path, current-url and root-page More... over 15 years ago
Added 4 new params: -page-id, -path, -url and -page More... over 15 years ago
Upload field will sanitize file names in order to avoid invalid XML on the front-end. Multi-byte characters are supported and preserved correctly. More... over 15 years ago
Lang::createFilename() properly supports multi-byte characters in filenames More... over 15 years ago
Fixed "Field not found" error message to be more informative. More... over 15 years ago
Merge branch 'master' of [email protected]:symphony/symphony-2 More... over 15 years ago
Date field correctly identifies and uses REGEXP filters when retrieving data. More... over 15 years ago
Removed duplicate 'allowDatasourceParamOutput' function.
Alistair Kearney
as pointybeard
More... over 15 years ago
Section Link field can now be correctly used for param output
Alistair Kearney
as pointybeard
More... over 15 years ago
There is no longer a return statement at the end of processing. This ensures that events can continue doing things in their __trigger() function. More... over 15 years ago
Will always encode tag list items when populating the page XML. More... over 15 years ago
Removed the 'unsigned' flag from the 'local' and 'gmt' values, this was causing dates before 1970 to get reset to 0.
Rowan Lewis
as rowanjl
More... over 15 years ago
Toggling an entries data via the with-selected was not updating the handle, specifically for select fields. This has been fixed. More... over 15 years ago
Tag field can now be filtered by the handle, instead of just the value. More... over 15 years ago
- Fixed handle values. E.G. "fish-amp-chips" is now correctly "fish-chips" More... over 15 years ago
Fixed issue #209. Problem with select box value encoding. See http://bugs.21degrees.com.au/comments.php?DiscussionID=322 for more information More... over 15 years ago
When re-saving an entry that contains an image, the image meta information is reconstructed. This avoids the annoying bug whereby re-saving loses size, type and dimension details. More... over 15 years ago
Fixed EntryPostCreate delegate name. Was incorrectly "EntryPreCreate" More... over 15 years ago
- Tweaked publish delegates More... over 15 years ago
Added 4 publish delegates: EntryPreCreate, EntryPostCreate, EntryPreEdit, EntryPostEdit More... over 15 years ago
Merge branch 'master' of [email protected]:symphony/symphony-2 More... over 15 years ago
- Moved the EventPostSaveFilter to the correct location and provided it with entry_id, as well as entry object More... over 15 years ago
- Page content type is correctly set to XML if type specified More... over 15 years ago
- Updated General::sendEmail() function More... over 15 years ago
- Added delegate "FrontendParamsResolve" More... over 15 years ago
- Added 2 delegates. FrontendEventPostProcess and FrontendPageResolved More... over 15 years ago