2016-06-17 16:03:50 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
No need to remove none existing files.
|
2016-06-16 19:21:36 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update contao35 to 3.5.14.
Version 3.5.14 (2016-06-16)
---------------------------
### Fixed
Validate the settings when loading a recurring event (see #8286).
### Fixed
Also check for the back end cookie when loading from cache (see #8249).
### Fixed
Unset "mode" and "pid" upon save and edit (see #8292).
### Fixed
Always use the relative path in DC_Folder (see #8370).
|
2016-06-16 17:47:19 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update contao35 to 3.5.13.
Version 3.5.13 (2016-06-15)
---------------------------
### Fixed
Use the correct empty value when resetting copied fields (see #8365).
### Fixed
Remove the "required" attribute if a subpalette is closed (see #8192).
### Fixed
Correctly generate the feed links in a multi-domain setup (see #8329).
### Fixed
Correctly calculate the maximum file size for DropZone (see #8098).
### Fixed
Do not adjust the start date of a multi-day event (see #8194).
### Fixed
Versionize and show password changes (see #8301).
### Fixed
Make File::$dirname an absolute path again (see #8325).
### Fixed
Store the full URLs in the search index (see contao/core-bundle#491).
### Fixed
Standardize the group names in the checkbox widget (see #8002).
### Fixed
Prevent models from being registered twice (see #8224).
### Fixed
Prevent horizontal scrolling in the ACE editor (see #8328).
### Fixed
Correctly render the breadcrumb links in the template editor (see #8341).
### Fixed
Remove the role attributes from the navigation templates (see #8343).
### Fixed
Do not add `role="tablist"` to the accordion container (see #8344).
|
2016-04-23 14:40:42 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update contao35 to 3.5.12.
Version 3.5.12 (2016-04-22)
---------------------------
### Fixed
Correctly handle files with uppercase file extensions (see #8317).
Version 3.5.11 (2016-04-21)
---------------------------
### Fixed
Correctly pass the channel ID to the newsletter list template (see #8311).
### Fixed
Do not encode the database password (see #8314).
### Fixed
Fixed adding new folders in the file manager (see #8315).
Version 3.5.10 (2016-04-20)
---------------------------
### Fixed
Always trigger the "isVisibleElement" hook (see #8312).
### Fixed
Do not change all sessions when switching users (see #8158).
### Fixed
Do not allow to close fieldsets with empty required fields (see #8300).
### Fixed
Make the path related properties of the File class binary-safe (see #8295).
### Fixed
Always allow to navigate to the current month in the calendar (see #8283).
### Fixed
Correctly validate and decode IDNA e-mail addresses (see #8306).
### Fixed
Do not add the debug bar resources if `hideDebugBar` is enabled (see #8307).
### Fixed
Skip forward pages entirely in the book navigation module (see #5074).
### Fixed
Do not add the X-Priority header in the Email class (see #8298).
### Fixed
Fix an error message in the newsletter subscription module (see #7887).
### Fixed
Determine the search index checksum in a more reliable way (see #7652).
|
2016-03-22 17:57:55 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update contao35 to 3.5.9, a leaf package.
Version 3.5.9 (2016-03-21)
--------------------------
### Fixed
Prevent the autofocus attribute from being added multiple times (see #8281).
### Fixed
Respect the SSL settings of the root page when generating sitemaps (see #8270).
### Fixed
Read from the temporary file if it has not been closed yet (see #8269).
### Fixed
Always use HTTPS if the target server supports SSL connections (see #8183).
### Fixed
Adjust the meta wizard field length to the column length (see #8277).
### Fixed
Correctly handle custom mime icon paths (see #8275).
### Fixed
Only log errors that have been configured to get logged (see #8267).
### Fixed
Show the 404 error page if an unpublished article is requested (see #8264).
### Fixed
Correctly count the URLs when rebuilding the search index (see #8262).
### Fixed
Ensure that every image has a width and height attribute (see #8162).
### Fixed
Set the correct mime type when embedding SVG images (see #8245).
### Fixed
Handle the "float_left" and "float_right" classes in the \
back end (see #8239).
### Fixed
Consider the fallback language if a page alias is ambiguous (see #8142).
### Fixed
Fix the error 403/404 redirect (see contao/website#74).
|
2016-03-05 07:16:44 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update contao35 to 3.5.8.
Version 3.5.8 (2016-03-01)
--------------------------
### Fixed
Re-add the `$blnFixDomain` argument to keep backwards compatibility.
Version 3.5.7 (2016-02-29)
--------------------------
### Fixed
Always fix the domain and language when generating URLs (see #8238).
### Fixed
Fix two issues with the flexible back end theme (see #8227).
### New
Added new versioning hooks (see #8168).
* "oncreate_version_callback" (supersedes "onversion_callback")
* "onrestore_version_callback" (supersedes "onrestore_callback")
### Fixed
Correctly toggle custom page type icons (see #8236).
### Fixed
Fix the domain in all article, news, event and FAQ insert tags (see #8204).
### Fixed
Update mediaelement.js to version 2.19.0.1 (see #8217).
### Fixed
Correctly render the links in the monthly/yearly event list menu (see #8140).
### Fixed
Skip the registration related fields if a user is duplicated (see #8185).
### Fixed
Correctly show the form field type help text (see #8200).
### Fixed
Correctly create the initial version of a record (see #8141).
### Fixed
Correctly show the "expand preview" buttons (see #8146).
### Fixed
Correctly check that a password does not match the username (see #8209).
### Fixed
Check if a directory exists before executing `mkdir()` (see #8150).
### Fixed
Do not link to the maintenance module if the user cannot access it (see #8151).
### Fixed
Show the "new folder" button in the template manager (see #8138).
|
2015-12-16 10:22:19 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add files/README copying from ../contao/files/README.
Fix build problem.
|
2015-12-13 15:37:08 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Switch contao.conf between common place and contao41 version.
No functional change.
|
2015-12-13 13:53:23 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Prefix PKGNAME with ${PHP_PKG_PREFIX} and reset PKGREVISION.
|
2015-12-06 13:20:39 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Depends on php-mysqli only, dropping dependency to php-mysql.
Bump PKGREVISION.
|