Fork 2.0.2 released
- Written by Bart De Waele on Wednesday 24 November 2010
- 10 comments
Today we released Fork 2.0.2.
Changelog:
- Added .gitignore files again
- Upgraded jQuery and jQuery UI to latest version
- Upgrades Spoon to reflect the latest changes on their repo (extra methods in SpoonLocale)
- Core: added a modifier to format a string as currency (frontend)
- Core: added a modifier to format a string as a float (backend)
- Blog: when the rss_image.png exists in your theme, it will automatically be used in your rss feed.
- moved the code for default RSS-image into FrontendRSS
- Pages: added sorting for extras in dropdowns
- Bugfix: extra's weren't populated when the template was changed
- Bugfix: URL was changed when moved if the page was an direct subaction as reported in http://forkcms.lighthouseapp.com/projects/61890/tickets/29-url-gets-changed-when-dragging-a-page-with-isaction-checked
- Bugfix: contactmodule has no backend, so no button should appear in the pages-module, as reported on http://forkcms.lighthouseapp.com/projects/61890-fork-cms/tickets/34-edit-module-contact-no-config-file-found#ticket-34-3
- Core: password strength-meter should report passwords with less then 4 charachters as weak, as reported on http://forkcms.lighthouseapp.com/projects/61890-fork-cms/tickets/33-installer-step5-password-weakness-indicator#ticket-33-3
- Core: added a script that enables us to restore the directory/file-structure like Fork wasn't installed before
- Tags: added a tagcloud-widget
- Core: added an extra modifier to grab page related info (getpageinfo)
- Bugfix: mass checkbox and mass dropdown behaviour now function as intended
- Bugfix: z-index of modal and resize-handle, as reported in http://forkcms.lighthouseapp.com/projects/61890-fork-cms/tickets/37-design-ui-bug-mailmotor#ticket-37-4
- Mailmotor: corrected some labels
- Mailmotor: added a warning if the module isn't linked (so preview won't trigger a 404)
- Bugfix: FrontendRSS now handles an encoded RSS title as intended
- Core: added some labels
- Core: added an new modifier "formatfloat"
- Contact: added author in the subject of the mails, so spam can be detected without checking the email, and Mail.app won't mess up threads
- Tags: fixed some todo's, fixed some stupid code, wrote markup that can be used in a real life project for the default template
- Locale: Implemented some remarks on Locale-module, see http://www.fork-cms.com/blog/detail/the-translations-module
- Styled analyze function of locale module
- Added docs page on installing
- Core: added a modifier to strip the tags from a string (frontend)
- Bugfix: FrontendRSS, special chars should de decoded (thx to Unrated)
- Blog: added a method to get related
- Bugfix: fixed the config of the file- and imagemanager so they can handle symlinks. (and deployment)
- TinyMCE nows get a TinyActive class when active. Fixed Fork tinyMCE skin bugs including wide scrollbar. (always wrap a tinyMCE in <div class="options"> or <div class="optionsRTE">)
Jonas De Smet wrote 12 years ago
Waarom staat de code niet publiek beschikbaar op een site zoals github? Dan is het pas echt opensource en kunnen mensen uit de community meehelpen het cms verbeteren...