Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Generierte Widgets schlecht mit CSS ansprechbar #8127

Merged
merged 1,335 commits into from
Nov 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1335 commits
Select commit Hold shift + click to select a range
97750f3
Decode the GET parameters before setting them in the `Input` class (s…
leofeyer Jun 2, 2015
4f22e8a
Sanitize the file names of uploaded files.
leofeyer Jun 2, 2015
eb131db
Revert de0e6f569511dd57767f44b894c37d35dd422faf (see #7847).
leofeyer Jun 2, 2015
cd37b1b
Correctly inherit empty page permissions (see #6782).
leofeyer Jun 2, 2015
465cb72
Make the "form_submit" templates overwritable again (see #7854).
leofeyer Jun 2, 2015
3967ecd
Hide the "edit header" button if there are no editable fields (see #7…
leofeyer Jun 2, 2015
d1f5456
Use the timestamp of an element to initialize its first version (see …
leofeyer Jun 2, 2015
83843f0
Do not allow to restore versions in the back end user settings (see #…
leofeyer Jun 2, 2015
b3894ff
Update the revision date if a member updates their personal data (see…
leofeyer Jun 3, 2015
324149c
Fixed several minor issues with the registration module (see #7816).
leofeyer Jun 3, 2015
3f17549
Also fire the "modifyFrontendPage" hook when loading from cache (see …
leofeyer Jun 3, 2015
69c3b25
Only create a new version in the personal data module if something ac…
leofeyer Jun 3, 2015
b33ce6b
Merge branch 'feature/reset-version' of https://github.com/aschempp/c…
leofeyer Jun 3, 2015
3462643
Merge branch 'fix/theme-import-column-warnings' of https://github.com…
leofeyer Jun 3, 2015
88660e3
Correctly handle encrypted rows (see #7815).
leofeyer Jun 3, 2015
86f9430
Update the UPGRADE.md file (see #7851).
leofeyer Jun 3, 2015
3da4d69
Fix the coding style in the Widget class.
leofeyer Jun 3, 2015
7f46a89
Update the links to the manual (see #7813)
aschempp Jun 3, 2015
36e957c
Do not cache the login module if there is an error (see #7824).
leofeyer Jun 3, 2015
2b7b6e4
Only show the database collations exactly matching the database charset.
leofeyer Jun 3, 2015
7b63281
Adjust the edit URLs in the versions menu in "edit multiple" mode (se…
leofeyer Jun 3, 2015
548ea9b
Omit the `index.php` fragment if the request string is empty (see #77…
leofeyer Jun 3, 2015
f197ef8
Add a .desktop suffix to the cache file of a page with a mobile layou…
leofeyer Jun 3, 2015
251e92b
Do not apply utf8_romanize() in the sanitizeFileName() method and adj…
leofeyer Jun 3, 2015
ada185f
Remove special characters not supported on e.g. Windows
leofeyer Jun 3, 2015
86cc35b
Fix the regular expression.
leofeyer Jun 3, 2015
824baa6
Throw an exception if the file name cannot be sanitized.
leofeyer Jun 3, 2015
d87b3c8
Catch the exception in the upload forms.
leofeyer Jun 3, 2015
6f0fdc3
CSV values were not correctly loaded in editAll mode
aschempp Jun 3, 2015
46eefef
Double encode the tool tip titles in the file manager.
leofeyer Jun 3, 2015
875c007
Fix some issues found during the review process.
leofeyer Jun 3, 2015
b30d355
Add a flag to the specialchars() method and also encode the modal win…
leofeyer Jun 3, 2015
6e5e2af
Do not output the invalid file name in the error message.
leofeyer Jun 3, 2015
f940142
Do not escape the pipe character inside a character class.
leofeyer Jun 3, 2015
ef28440
Check the desktop layout in the else condition.
leofeyer Jun 3, 2015
e78e805
Preview the images in the back end popup even if the folder is protec…
leofeyer Jun 4, 2015
e3ed25e
Add a change log entry.
leofeyer Jun 4, 2015
6aa701b
Merge branch 'hotfix/desktop-cache' into release/3.5.0
leofeyer Jun 4, 2015
a5676b3
Return false for empty file names in Validator::isValidFileName().
leofeyer Jun 4, 2015
ddd6286
Change the regex of the important part fields to "natural" (see conta…
leofeyer Jun 4, 2015
6aaa26c
Merge branch 'hotfix/sanitize-file-names' into release/3.5.0
leofeyer Jun 4, 2015
966f0b1
Add a change log entry for the last merge.
leofeyer Jun 4, 2015
90dbe30
Merge pull request #7860 from aschempp/release/3.5.0
leofeyer Jun 5, 2015
2e63f8e
Update Colorbox to version 1.6.1.
leofeyer Jun 5, 2015
4f3823a
Update jQuery to version 1.11.3.
leofeyer Jun 5, 2015
488d738
Update respimage to version 1.4.0.
leofeyer Jun 5, 2015
0f29c81
Update TinyMCE to version 4.1.10.
leofeyer Jun 5, 2015
9b87e1e
Bump the version number.
leofeyer Jun 5, 2015
f9978a5
Update the dependencies.
leofeyer Jun 5, 2015
d11b225
Merge branch 'release/3.5.0'
leofeyer Jun 5, 2015
de33406
Merge branch 'release/3.5.0' into develop
leofeyer Jun 5, 2015
cc68500
Update Frontenduser.php
stefanheimes Jun 8, 2015
d01d94f
Back-port two fixes from the upstream versions.
leofeyer Jun 8, 2015
0fdcc8e
Filter the indices in `Database::getFieldNames()` (see #7869).
leofeyer Jun 8, 2015
6308181
Merge branch 'patch-1' of https://github.com/stefanheimes/core-1 into…
leofeyer Jun 8, 2015
66606e2
Support dimensionless SVG images
ausi Jun 12, 2015
b1a38bf
Deprecate percentage values in Image::getPixelValue()
ausi Jun 15, 2015
8e1a1d0
Make the markup minification less aggressive (see #7734)
leofeyer Jul 17, 2015
b7ff636
Make the markup minification less aggressive (see #7734).
leofeyer Jul 17, 2015
97a3ed1
Remove trailing whitespace in markup minification
ausi Jul 17, 2015
aa7a7bf
Don’t minify unknown script and style types
ausi Jul 17, 2015
ec4750a
Remove trailing spaces when minifying the HTML markup (see #7734).
leofeyer Jul 17, 2015
73841dd
Round the maximum upload size to an integer value (see #7880).
leofeyer Jul 20, 2015
b56e1aa
Remove an unused method argument in the FileUpload class.
leofeyer Jul 20, 2015
f76f4f5
Respect the `notSortable` flag in the parent (see #7902).
leofeyer Jul 20, 2015
665140f
Merge branch 'fix/markup-minification' of https://github.com/madeyour…
leofeyer Jul 20, 2015
c4b3e43
Update the countries list (see #7918).
leofeyer Jul 20, 2015
7675ba5
Correctly check the subfolders in the `hasAccess()` method (see #7920).
leofeyer Jul 20, 2015
6f00935
Move the script type check into a callable and remove the style type …
leofeyer Jul 20, 2015
c4e4e6f
Merge branch 'hotfix/markup-minification' into hotfix/3.5.1
leofeyer Jul 20, 2015
a34d6a8
Remove a left-over asterisk from the countries list.
leofeyer Jul 20, 2015
6a5399a
Store the static URLs with the cached file (see #7914).
leofeyer Jul 20, 2015
9c34300
Overwrite the request string when generating news/event feeds (see #7…
leofeyer Jul 20, 2015
a95af91
Disable responsive images in the back end preview (see #7875).
leofeyer Jul 20, 2015
6161952
Also sort the newsletter channels alphabetically in the front end (se…
leofeyer Jul 20, 2015
27ceba6
Check for the comments module when compiling the news meta fields (se…
leofeyer Jul 21, 2015
34e94f8
Store the static URLs with the cached file (see #7914).
leofeyer Jul 22, 2015
694f18c
Do not require a DataContainer object in the showJsLibraryHint() meth…
leofeyer Jul 22, 2015
c717d9c
Correctly encode the URLs in the popup file manager (see #7929).
leofeyer Jul 22, 2015
ad03d80
Strip tags before auto-generating aliases (see #7857).
leofeyer Jul 22, 2015
70fc463
Adjust the error message for unique fields (see #7719).
leofeyer Jul 22, 2015
ad169aa
Fix the `Validator::isEmail()` method (see contao/core-bundle#313).
leofeyer Jul 23, 2015
819dd38
Update the dependencies.
leofeyer Jul 23, 2015
007b2af
Add a `StringUtil` class to restore PHP 7 compatibility (see contao/c…
leofeyer Jul 23, 2015
05e28d6
Fix the phpDoc of the tl_member::addIcon() method.
leofeyer Jul 24, 2015
8daf23d
Add a note regarding the StringUtil class to the UPGRADE.md file.
leofeyer Jul 24, 2015
0c01f9c
Add the InsertTags class to the ide_compat.php file.
leofeyer Jul 24, 2015
375268c
Fix issues found by the PhpStorm code inspector.
leofeyer Jul 24, 2015
bfcc6ca
Bump the version number.
leofeyer Jul 24, 2015
6f5d80a
Merge branch 'hotfix/3.5.1'
leofeyer Jul 24, 2015
e7c6d8d
Merge branch 'hotfix/3.5.1' into develop
leofeyer Jul 24, 2015
6369550
Revert some of the PhpStorm code inspector changes (see #7937).
leofeyer Jul 24, 2015
23cc957
Bump the version number.
leofeyer Jul 24, 2015
ac68761
Merge branch 'hotfix/3.5.2'
leofeyer Jul 24, 2015
3c671bf
Merge branch 'hotfix/3.5.2' into develop
leofeyer Jul 24, 2015
854634f
Correctly toggle the newsletter recipients icon when toggling a recip…
leofeyer Jul 24, 2015
d768a16
Set the image source instead of using replace in the core.js script.
leofeyer Jul 24, 2015
fbfe50a
Use a data-state attribute to indicated the featured news status.
leofeyer Jul 24, 2015
bcc9e22
Use a data-state attribute to indicated the element visibility.
leofeyer Jul 24, 2015
b1e4e9e
Make the theme path available globally.
leofeyer Jul 25, 2015
050315c
Optionally use a data-icon and data-icon-disabled attribute for row i…
leofeyer Jul 26, 2015
081ebb3
Add a change log entry.
leofeyer Jul 26, 2015
3cfd84b
Merge branch 'hotfix/corejs-without-src-replace' into hotfix/3.5.3
leofeyer Jul 26, 2015
fa4a241
Fix the incorrect StringUtils class name.
leofeyer Jul 27, 2015
fb8e118
Update robots.txt
Tastaturberuf Jul 29, 2015
72238bd
Allow to instantiate the `InsertTags` class (see #7946).
leofeyer Aug 6, 2015
d86537d
Add a comment to constructors which are not supposed to call the pare…
leofeyer Aug 6, 2015
b53c69d
Always trigger the "parseDate" hook (see #4260).
leofeyer Aug 14, 2015
fd846f7
Fix phpdoc return type of static find* methods.
dmolineus Aug 18, 2015
8e9a91e
Respect the "order" parameter in the `findMultipleByIds()` method (se…
leofeyer Aug 18, 2015
6eca706
Add a deprecation notice to the String class (see #7941).
leofeyer Aug 18, 2015
d0c2dae
Only try to resize an image if $size is an array (see #7945).
leofeyer Aug 18, 2015
ff304cf
Merge branch 'patch-1' of https://github.com/Tastaturberuf/core into …
leofeyer Aug 18, 2015
7237954
Respect the "order" parameter in the `findMultipleByIds()` method (se…
leofeyer Aug 18, 2015
0f1960a
Correctly detect Microsoft Edge (see #7970).
leofeyer Aug 18, 2015
c9eab39
Use ./ instead of an empty href (see #7967).
leofeyer Aug 18, 2015
794321b
Fix the CSS group field explanations (see #7949).
leofeyer Aug 18, 2015
bedef17
Fix the external links in the text field help wizard (see #7954).
leofeyer Aug 18, 2015
5090308
Fix the keyboard shortcuts link on the back end start page (see #7935).
leofeyer Aug 18, 2015
acbec17
Handle option callbacks in the back end help (see #7951).
leofeyer Aug 18, 2015
27a6cb8
Fix the back end pagination menu (see #7956).
leofeyer Aug 18, 2015
496145d
Check the script when storing the front end referer (see #7908).
leofeyer Aug 19, 2015
b6a53e0
Check if the parameters are numeric in the Date::dateToUnix() method …
leofeyer Aug 19, 2015
3e8cb48
Replace two strlen() occurrences in the Date class.
leofeyer Aug 19, 2015
973e1bd
Correctly generate the news and event menu URLs (see #7953).
leofeyer Aug 19, 2015
24bcf2d
Override the tabindex handling of the accordion (see #7963).
leofeyer Aug 19, 2015
00c9ec0
Replace "ACE" with "Ace code editor".
leofeyer Aug 20, 2015
8368835
Add null to phpdoc return values for model find* methods.
dmolineus Aug 21, 2015
288face
Fix the phpDoc comment of the FileTree class (see #7975).
leofeyer Aug 21, 2015
9ab0bcf
Correctly escape in the `findMultipleFilesByFolder()` method (see #79…
leofeyer Aug 21, 2015
6afd008
Remove trailing white-space characters in the CHANGELOG.md file.
leofeyer Aug 21, 2015
ec63b7d
Merge branch 'fix/phpdoc-return-values' of https://github.com/dmoline…
leofeyer Aug 21, 2015
2058492
Take the file modification time from $options->mtime.
leofeyer Aug 21, 2015
8ede060
Register the related models in the registry (see contao/core-bundle#3…
leofeyer Aug 24, 2015
9b0d72f
Correctly parse dates in MooTools (see #7983).
leofeyer Aug 25, 2015
e11027c
Fix the duplicate content check in the front end controller (see #7661).
leofeyer Aug 25, 2015
587fcac
Handly explicit collations matching the default collation (see #7979).
leofeyer Aug 25, 2015
be0b05a
Fix the last change log entry.
leofeyer Aug 28, 2015
43e869c
Correctly return the target path if one is set
aschempp Aug 31, 2015
9db5070
Correctly link the items in the files breadcrumb menu (see #7965).
leofeyer Sep 4, 2015
73771aa
Merge branch 'hotfix/image-target' of https://github.com/aschempp/con…
leofeyer Sep 7, 2015
5fe0603
Adjust the return logic of the Image::get() method.
leofeyer Sep 8, 2015
4bcb2ee
Convert the HTML content to XHTML when generating Atom feeds (see #79…
leofeyer Sep 8, 2015
fc80967
Use $this->hasText in news and event templates (see #7993).
leofeyer Sep 8, 2015
1b852e9
Adjust the breadcrumb trail when creating new folders (see #7980).
leofeyer Sep 8, 2015
8b3d119
Store the correct edit URL in the back end personal data module (see …
leofeyer Sep 8, 2015
e2ee31d
Check the module name before adding it to the back end breadcrumb (se…
leofeyer Sep 8, 2015
d6a8310
Use en-dashes in event intervals (see #7978).
leofeyer Sep 8, 2015
a196246
Consider the pagination menu when inserting at the top (see #7895).
leofeyer Sep 8, 2015
381cd86
Adjust the phpDoc of the Model\Registry::isRegistered() method.
leofeyer Sep 8, 2015
88e847b
Remove the headline field from the "slider stop" element (see #7998).
leofeyer Sep 8, 2015
9f8f784
Make the "show hidden items" option available in the navigation modul…
leofeyer Sep 9, 2015
be53653
Fix popup height for dimensionless images
ausi Sep 9, 2015
052f5b2
Display the language code in the meta wizard if the language name is …
leofeyer Sep 9, 2015
6f7b822
Enable the `strictMath` option of the LESS parser (see #7985).
leofeyer Sep 9, 2015
3d4e621
Correctly fill in the image meta data in news, events and FAQs (see #…
leofeyer Sep 9, 2015
4a31d45
Merge branch 'fix/dimensionless-svg-images' of https://github.com/mad…
leofeyer Sep 9, 2015
6f5054a
Fix the coding style.
leofeyer Sep 9, 2015
067b4e9
Refactor the if-else condition calculating the popup window height.
leofeyer Sep 9, 2015
378612a
Adjust the be_popup.html5 template.
leofeyer Sep 9, 2015
aaa0069
Add a change log entry.
leofeyer Sep 9, 2015
6edc292
Merge branch 'hotfix/dimensionless-svg-images' into hotfix/3.5.3
leofeyer Sep 9, 2015
60d8cb6
Fix issues found by the PhpStorm code inspector.
leofeyer Sep 9, 2015
1cb4b93
Fix a double whitespace in the File class.
leofeyer Sep 9, 2015
2b8341b
Bump the version number.
leofeyer Sep 10, 2015
0cb85bb
Merge branch 'hotfix/3.5.3'
leofeyer Sep 10, 2015
6d3946c
Remove a redundant preg_replace() from the Input class.
leofeyer Sep 10, 2015
d80a6fd
Support the `hasDetails` variable in the event reader (see #8011).
leofeyer Sep 16, 2015
bbfef9a
Correctly add a custom image size in the event reader.
leofeyer Sep 16, 2015
d96d87e
Encode e-mail addresses in the event teaser.
leofeyer Sep 16, 2015
a07adb1
Fix the coding style in the ModuleNews class.
leofeyer Sep 16, 2015
3674d54
Remove the left-over usages of $this->v2warning (see #8027).
leofeyer Sep 28, 2015
0c7eedf
Ensure that the database port is not empty (see #7950).
leofeyer Sep 30, 2015
fc2e101
Improve the e-mail regex to also match the new TLDs (see #7984).
leofeyer Sep 30, 2015
ee456d9
Fix the coding style of the dump() function.
leofeyer Sep 30, 2015
fd601fa
Remove all unnecessary non meta-character escapes in regular expressi…
leofeyer Sep 30, 2015
a6aa8e7
Correctly encode unicode characters in StringUtil::encodeEmail().
leofeyer Sep 30, 2015
d79e681
Correctly show the group headlines in the repository DB updater (see …
leofeyer Oct 2, 2015
a1fefc7
Remove the headline field from the automatic logout module (see #8023).
leofeyer Oct 2, 2015
bcd7c1e
Only modify empty `href` attributes in the `nav_` template (see #8038).
leofeyer Oct 2, 2015
760f6b3
Correctly output the event details in the `event_list` template (see …
leofeyer Oct 2, 2015
f14377c
Merge branch 'issue7422-7' of https://github.com/alarstyle/core into …
leofeyer Oct 2, 2015
c0fd7dc
Adjust the coding style and the padding of the body.
leofeyer Oct 2, 2015
c18f9c4
Add a change log entry.
leofeyer Oct 2, 2015
782a18b
Merge branch 'hotfix/debug-bar-improvement' into hotfix/3.5.4
leofeyer Oct 2, 2015
e08833d
Correctly create the initial version of a member without username (se…
leofeyer Oct 2, 2015
9e00265
Correctly create the initial version of a member without username (se…
leofeyer Oct 2, 2015
007cec1
Trigger the options_callback for the parent view header fields (see #…
leofeyer Oct 2, 2015
075bccc
Translate UUIDs to paths in the parent view header fields.
leofeyer Oct 2, 2015
18f50b4
Use `hasDetails` in the `event_list` templates.
leofeyer Oct 2, 2015
6101222
Added a "flatten" flag to recursive implode arrays in insert tags.
Toflar Oct 6, 2015
17b880c
Fixed a wrong option name when initializing sortables (see #8053).
leofeyer Oct 8, 2015
ee1537f
Check for excluded folders in the back end file popup (see #8003).
leofeyer Oct 8, 2015
cf670e9
Merge branch 'bugfix/array-post' of https://github.com/Toflar/contao-…
leofeyer Oct 8, 2015
ffa54d5
Add a change log entry for the latest PR.
leofeyer Oct 8, 2015
e700b7e
Remove some pointless log entries in the User::authenticate() method.
leofeyer Oct 8, 2015
e7fef66
Do not add excluded files to the DBAFS if they are edited in the file…
leofeyer Oct 9, 2015
4c987f3
Do not add the back end language in the meta wizard (see #8056).
leofeyer Oct 9, 2015
e9782ca
Bump the version number.
leofeyer Oct 9, 2015
ae865ae
Update the vendor libraries.
leofeyer Oct 9, 2015
4f8bd4c
Update the TCPDF repository name.
leofeyer Oct 9, 2015
9455d02
Merge branch 'hotfix/3.5.4'
leofeyer Oct 9, 2015
9573f31
Correctly show the UUID in the back end file manager popup (see #8058).
leofeyer Oct 11, 2015
5cc52ed
Adjust the code to be compatible with PHP7 (see #8018).
leofeyer Oct 28, 2015
3707017
Correctly check the synchronization status when copying or moving files.
leofeyer Oct 30, 2015
5112234
Correctly check if a folder is protected when loading subfolders.
leofeyer Nov 3, 2015
0e1ea83
Make Date::resolveCustomModifiers() public static (see #8088).
leofeyer Nov 12, 2015
413ce52
Deprecate the Input::stripSlashes() method (see #8100).
leofeyer Nov 12, 2015
ae54893
Support call, sms and app hyperlinks when converting relative URLs (s…
leofeyer Nov 12, 2015
1c3a5e5
Correctly set the ID when toggling fields via Ajax (see #8043).
leofeyer Nov 12, 2015
0751e9b
Correctly render the "group" option in the radio button and checkbox …
leofeyer Nov 13, 2015
bda45bc
Use a more general regex when converting relative URLs (see #8102).
leofeyer Nov 13, 2015
7e8489a
Do not strip tags in Frontend::prepareMetaDescription() (see #8030).
Toflar Nov 13, 2015
ec9c884
Merge branch 'bugfix/fix-same-id-multiple-form' of https://github.com…
leofeyer Nov 13, 2015
affb464
Correctly check the argument in the __exception() function.
leofeyer Nov 13, 2015
c453f7a
Pass a data container to the options callback in the help wizard (see…
leofeyer Nov 13, 2015
835897c
Correctly render the page picker if the value starts with # (see #8055).
leofeyer Nov 13, 2015
eb5f34f
Move spaces before and after invisible elements inside them (see #8051).
leofeyer Nov 13, 2015
580e996
Correctly hide forward pages with no public subpages (see #8054).
leofeyer Nov 13, 2015
8c22d7b
Correctly handle forward pages in the breadcrumb menu.
leofeyer Nov 13, 2015
d60458d
Set the correct empty value when copying elements (see #8064).
leofeyer Nov 17, 2015
f9e8d14
Disable the gallery pagination if the images are sorted randomly (see…
leofeyer Nov 17, 2015
da885ca
Show the "toggle all" buttons in "edit multiple" mode (see #5622).
leofeyer Nov 17, 2015
9a672db
Fix the select heights in the back end (see #7668).
leofeyer Nov 17, 2015
766fa9f
Remove the border radius of the chosen/stylect handle.
leofeyer Nov 17, 2015
90539dc
Do not encode the link names in the link/news/event insert tags (see …
leofeyer Nov 18, 2015
0070432
Preserve the user input when loading image meta data (see #8108).
leofeyer Nov 18, 2015
c6cc1fb
Map the FileTree widget to FormFileUpload in the front end (see #8091).
leofeyer Nov 18, 2015
d63d87b
Prevent recursion when rendering 403/404 pages (see #8060).
leofeyer Nov 18, 2015
13616dc
Correctly store multi select menus if no value is selected (see #7760).
leofeyer Nov 18, 2015
f181cda
Correctly render required single checkboxes in the back end (see #7731).
leofeyer Nov 18, 2015
bcc922c
Add a type hint to $strClass in the registration module.
leofeyer Nov 18, 2015
ac8161d
Back port fixes from the upstream version.
leofeyer Nov 18, 2015
25c5e62
Open the page picker if no value has been set yet.
leofeyer Nov 18, 2015
0bf8301
Do not use array_merge() to merge the MD5 sums in DC_Folder (see #8105).
leofeyer Nov 18, 2015
0df5b0c
Unignore the index.html files in assets/css,images,js (see #7576).
leofeyer Nov 18, 2015
ba67ef7
Correctly encrypt fields upon registration (see #8110).
leofeyer Nov 19, 2015
2ef0e6f
Add "map" to the list of static files in the .htaccess.default file (…
leofeyer Nov 19, 2015
3376781
Handle an empty $src argument in Image::getHtml() (see #8112).
leofeyer Nov 19, 2015
0ba305a
Use is_file() instead of file_exists() in Image::getHtml() (see #8112).
leofeyer Nov 19, 2015
fd7cf57
Correctly show the confirmation message in the personal data and chan…
leofeyer Nov 21, 2015
5d4f902
Do not store e-mail addresses in the newsletter (un)subscription log.
leofeyer Nov 23, 2015
856d7eb
Handle empty href attributes in the book navigation (see #8104).
leofeyer Nov 23, 2015
113e9d8
Remove left-over references to the "makeFeed" field (see #8121).
leofeyer Nov 23, 2015
a6c674f
Fix the `<time>` tags and standardize the event templates (see #8012).
leofeyer Nov 24, 2015
10ad486
Back port various fixes from Contao 4.
leofeyer Nov 24, 2015
932ecf6
Remove the "required" attribute when using Chosen (see contao-compone…
leofeyer Nov 25, 2015
9a336e9
Use the feed URL instead of the base URL for enclosures (see #8116).
leofeyer Nov 25, 2015
d7f5d40
Fix the domain when forwarding in the page controllers (see #8123).
leofeyer Nov 25, 2015
f50f26a
Bump the version number.
leofeyer Nov 25, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nbproject/
/contao/update.phar.php
/files/*
/assets/css/*
/assets/images/*
/assets/images/*/*
/assets/js/*
/share/*.xml
/system/cache/*
Expand All @@ -33,3 +33,8 @@ nbproject/
/system/tmp/*
/templates/*
/vendor/

# See contao/core#7576
!/assets/css/index.html
!/assets/images/*/index.html
!/assets/js/index.html
6 changes: 3 additions & 3 deletions .htaccess.default
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# @see https://github.com/h5bp/html5-boilerplate
##
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font\.css)$">
<FilesMatch "\.(ttf|ttc|otf|eot|woff2?|font\.css)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
Expand Down Expand Up @@ -56,7 +56,7 @@ FileETag None
AddType application/vnd.ms-fontobject eot
AddType application/x-font-ttf ttf ttc
AddType font/opentype otf
AddType application/x-font-woff woff
AddType application/x-font-woff woff woff2
AddType image/x-icon ico
AddType image/webp webp
AddType text/cache-manifest appcache manifest
Expand Down Expand Up @@ -259,7 +259,7 @@ FileETag None
#
# Note that not all environments support mod_rewrite and mod_cache.
##
RewriteCond %{REQUEST_FILENAME} !\.(htm|php|js|css|htc|png|gif|jpe?g|ico|xml|csv|txt|swf|flv|mp4|webm|ogv|mp3|ogg|oga|eot|woff|svg|svgz|ttf|pdf|gz)$
RewriteCond %{REQUEST_FILENAME} !\.(htm|php|js|css|map|htc|png|gif|jpe?g|ico|xml|csv|txt|swf|flv|mp4|webm|ogv|mp3|ogg|oga|eot|otf|tt[cf]|woff2?|svgz?|pdf|gz)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .*\.html$ index.php [L]

Expand Down
Loading