added the link_tag_factory service with two implementations : dmFrontLinkTagFactory and dmAdminLinkTagFactory
removed dmFrontHelper and dmAdminHelper implementations of the helper service
added the dm.service_container.pre_dump event which allow to filter the service container builder just before it's dumped to PHP
fixed typo in dmAdminLinkTag
removed versioning on core i18n tables as it won't work with PostgreSQL
added dmAlternativeHelperPlugin to the Core, which provided shortcuts for those that don't have the pound sign/letter on their keyboards and still want to have short template helper function names
added dmAlternativeHelperPlugin path in dmProjectConfiguration setup
removed dmAlternativeHelperPlugin config class
cleaned dmOs
removed distinct keyword from prevNext record fetching - closes #7839
made dmAlternativeHelperPlugin tests pass out of the box
fixed some possible issues with PostgreSQL
first commit Italian translation
fixed typos in unit tests, renamed unit test for versioning to fix typo
updated README for as-of-yet internal alternative helpers plugin
removed blank line on spanish translation
fixed dRecordTest by removing Version test, as no more core table is versionned
fixed typo in Italian translation
updated dmAlternativeHelperPlugin README
removed dmAlternativeHelperPlugin from the core and re-added it by using an svn:externals definition to dmAlternativeHelperPlugin's symfony svn repository
improved admin & front markdown editor: now links can be drag-dropped to a text selection to transform it onto a link
removed dmDb::table internal cache
enforced PostGreSQL compatibility in dmDatabaseLoremizer and dmSeoSynchronizer
fixed page routing & and sync unit tests for PostgreSQL
Added (failing) tests for dmString::retrieveCssFromString() and tests for dmString::retrieveOptFromString() and dmString::toArray()
enforced the dmString unit tests, and fixed dmString to make them pass
enforced dmMarkdown unit tests and made dmMarkdown pass them
improved windows compatibility
made dmFilesystem use sfFilesystem execute method
added dmFilesystem unit tests
made visual services use web/cache instead of cache/web
made stylesheet compressor work on windows
fixed thumbnails src on windows
made ampersand escaping unit tests pass
fixed thread launcher service for windows
disabled search index population unit tests for windows
fixed front code editor ajax previsualisation for windows