Created
March 14, 2013 10:03
-
-
Save arjan/5160175 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Andreas Stenius (21): | |
* doc: renamed sidebar template to be more generic. | |
* doc: add links to other versions of the docs. | |
* doc: rename link to 0.9 | |
* doc: fix version links. | |
* doc: removed a tag from the version being browsed. | |
* doc: update frontend-growl cookbook entry. | |
* zotonic-tpl-mode: fix for indenting consequtive closing template tags. | |
* zotonic-tpl-mode: bind C-M-\ to zotonic-tpl-indent-buffer. | |
* zotonic-tpl-mode: do not treat underscore as being part of a word. | |
* zotonic-tpl-mode: add test routines. | |
* zotonic-tpl-mode: add testsuite. | |
* zotonic-tpl-mode: add test 8. | |
* zotonic-tpl-mode: add test 9. | |
* zotonic-tpl-mode: indentation fixes. | |
* zotonic-tpl-mode: add test 10, to fix a regression. | |
* core: add support for 'optional include' templates. | |
* mod_admin: optionally include country options. | |
* doc: Add `build:` tag to list of prefixes.(cherry picked from commit 02560b7fbcbea99f24a1025337d5d5d7f9c3b6ec) | |
* doc: Add `translations:` tag to list of prefixes.(cherry picked from commit 3a865bd6c85f247e76e407f0fef5f922a0543691) | |
* doc: rename `translations:` to `translation:`.(cherry picked from commit 2b586c46bfefb66e2a976300a5938bd07b9e0651) | |
* zotonic-tpl-mode: fix html tag highlighting when attr value contains //. | |
Arjan Scherpenisse (42): | |
* mod_base: Fix 'width' argument for Bootstrap modal | |
* mod_admin: Fix redirect to admin page when using admin logon form | |
* doc: Document the "remove" action | |
* controller_api: Fix throwing a 404 error when service module not is found | |
* mod_translation: Make checkbox for setting language as part of the URL | |
* doc: Document how to override TinyMCE options | |
* core: Fix use of hostname in startup / management scripts | |
* mod_admin: Fix some errors in new rsc dialog | |
* mod_admin: Fix view button class on readonly edit page | |
* deps: Update mimetypes submodule | |
* doc: Explain the make_list filter to force model evaluation | |
* doc: show_media filter: correct the default value for media dimensions | |
* basesite skel: Add show_media filter to home template | |
* z_media_identify: Fix typo in re-run command on identify fail | |
* mod_signup: Allow signups with email only | |
* mod_admin_config: Truncate large config values in the config table | |
* mod_translation: Add zh to languages list, add Shuyu Wang to translators | |
* mod_admin_identity: Show inactive users in a lightgrey color | |
* mod_admin: Prevent id confict between forms | |
* New z_stdlib module | |
* doc: Add some documentation about startup environment variables | |
* mod_signup: Add fold notification for determining which fields to validate | |
* mod_twitter: Change URL where one can resolve a Twitter ID | |
* doc: Explain API service naming in more detail | |
* build: Explicitly build lager first | |
* core: Keep file extension when it is allowed for the file's mime type | |
* mod_admin: Add button to run schema install from the site's module again | |
* scripts: When zotonic is not running, echo the output of erl_call | |
* scripts: Fix typo in zotonic-update | |
* translation: Add complete Chinese(zh) translation | |
* doc: Add paragraph about multiple assignments to `with` tag docs | |
* doc: Document the arguments of the "lazy" scomp | |
* mod_base: Add z_stream_restart() function to zotonic-1.0.js | |
* core: Include the request hostname in a dispatch rewrite notification | |
* deps: new gen_smtp | |
* Ensure iconv is started | |
* mod_survey: New question type "multiple choice" | |
* mod_admin_predicate: Fix escaping of translated text in predicate help popup | |
* mod_base: Log error in widgetmanager when evaluating the JSON data attribute fails | |
* mod_base: Remove accidental console.log | |
Feather Andelf (1): | |
* translations: Chinese(zh) translations by Shuyu Wang aka andelf | |
Grzegorz Junka (2): | |
* Update controller_static_pages documentation | |
* skel: Update default nodb skeleton config | |
Ilyas Gasanov (1): | |
* translation: Added more complete Russian translations | |
Maas-Maarten Zeeman (1): | |
* Check if ua_classifier is functioning at startup. Configurable with {use_ua_classifier, false} in priv/config. Default true (cherry-pick from c7e39f12ffe33e69ae089681be527242c9b04ff6) | |
Marc Worrell (53): | |
* mod_survey: missing quote in .po file. | |
* mod_base_site: add style for meta share button | |
* mod_survey: added 'answers' option to survey_start, allowing answers to be preset (or added) | |
* core: added 'runtime' option to 'include' tag. (Renamed from undocumented and legacy 'scomp' argument.) | |
* mod_search: allow nested category lists, allowing for more flexible category specification. | |
* core: return 'undefined' for m_rsc:rid([]) lookups. | |
* doc: added some missing smtp options | |
* core: added option to force the protocol of user facing urls. This is useful when a proxy translates between https and http. | |
* core: add option 'use_absolute_url' to args and context of url generation (pages and media) | |
* mod_seo: fix for showing the summary when there is no seo description for the page. | |
* core: use z_context:abs_url/1 when redirecting to the main site url. Also make it a permanent redirect (301) | |
* core: removed some ununsed var warnings. | |
* mod_seo_sitemap: added category specific setting for update frequency and indexing priority. | |
* mod_seo_sitemap: use 'all catinclude' to fetch the extra seo options. Reverse the seo prio - highest prio on top. Add extra 'is_visible' check to the sitemap listing to prevent empty items. | |
* mod_seo_sitemap: generate language version links when mod_translation is enabled. | |
* mod_seo_sitemap: fix for url generation, should page_url_abs. | |
* mod_seo: let search engines only index pages with real translation. This prevents double content on alternative urls, which happens when there are more languages enabled than translations made. Only real translations should be indexed. | |
* core: fix for forced host/protocol redirects by mod_ssl | |
* core: fix return value of protocol redirect. | |
* mod_seo_sitemap: removed extra template, now uses catinclude. | |
* core: allow an included file to use extends/overrules within the scope of the included file. | |
* mod_survey: fix for yes/no and true/false questions with immediate submit. | |
* deps: new z_stdlib and new ua_classifier | |
* core: merges z_user_agent modifications from master (e3a6605ab3f9c48bda7eaa2d37c12bc7ad58a67b) | |
* mod_l10n: added translations for relative time desciptions in the core z_datetime.erl. | |
* core: cache result of check if a specific module is enabled. | |
* deps: new ua_classifier lib | |
* core: better error messages for z_db:q and q1 in case of sql errors. | |
* modules: check if table is present before trying to create it. This solves an issue if there are still tables and the module is re-installed. | |
* core: more error messages instead of match error. | |
* core: psql: better error message for insert/delete | |
* mod_base: remove all zmodal masks when removing existing zmodals. | |
* mod_base/core: added 'qarg' argument to postback actions. Enables adding the value of input elements as query args to the postback. | |
* mod_base: moved the e-mail validation regexp to z_stdlib's z_email_utils.erl. | |
* mod_authentication: fixes for password reset e-mail and some error feedback messages. | |
* mod_admin_identity: added a control to add/verify e-mail identities instead of the e-mail address input for a person. The verification is done by sending an e-mail with a verification link that needs to be followed. Added extra maintenance functions to m_identity. Added observer for #rsc_update_done{} to copy new e-mail addresses to the identity model. | |
* core: fix spec of function. | |
* mod_admin_identity: fix for update_done notifications other than insert and update. | |
* mod_admin_identity: added #identity_verified{} notitication. Used to mark a verified identity to an user. | |
* smtp: use eiconv instead of iconv. Add better bounce recognition and is_bulk/is_auto flags for received e-mail. | |
* deps: add eiconv as git submodule. | |
* smtp: fix edocs parsing problem on binary notation in comments. | |
* eiconv: fix for warning on linux about missing iconv library. | |
* core: remove start/stop of iconv (is now eiconv) | |
* core: ensure resource ids passed to the ACL are integers. This makes ACL modules simpler. | |
* doc: fix in docs for split_in and vsplit_in filters. | |
* core: prevent sites dispatcher from crashing when redirect page dispatch rule is missing. | |
* core: added z_render:update_iframe/3. Used to render a template and place it into an iframe. | |
* doc: add google analytics code. | |
* mod_base: don't handle onsubmit validations for 'nosubmit' input elements. | |
* core: allow anonymous access to the page_url_abs property. | |
* core: added z:ld(modulename), z:restart(sitename) and z:flush(sitename) | |
* mod_export: added generic export controller and notifications. (docs will be added) | |
Mgpld (1): | |
* mod_base: Modal html title in z.dialog | |
furiston (1): | |
* translations: Turkish translations by Evren Kutar aka furiston |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment