-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6.2] Rewriting code on list configuration form #13
Merged
ikedas
merged 39 commits into
sympa-community:sympa-6.2
from
ikedas:6.2-edit_list-rewrite-2
May 11, 2017
Merged
[6.2] Rewriting code on list configuration form #13
ikedas
merged 39 commits into
sympa-community:sympa-6.2
from
ikedas:6.2-edit_list-rewrite-2
May 11, 2017
Conversation
This file contains 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
* Some widgets have no id attribute. * Incorrect name attributes of some fields, although not used.
…ssible (normally by listmaster).
* Sympa::ListDef: Adding extended field_type: dayofweek, lang, reception, status, unixtime, visibility. * wwsympa.fcgi: Simplified do_edit_list_request a bit.
…agraphs: last_instantiation, creation and update.
Fixed by returning callback to encode results if it is called by web template.
* Some widgets have no id attribute. * Incorrect name attributes of some fields, although not used.
…ssible (normally by listmaster).
* Sympa::ListDef: Adding extended field_type: dayofweek, lang, reception, status, unixtime, visibility. * wwsympa.fcgi: Simplified do_edit_list_request a bit.
…agraphs: last_instantiation, creation and update.
Fixed by returning callback to encode results if it is called by web template.
… handled by templates.
…ic to compile configuration (maybe more or less buggy at present, though). Fixed bug: * [#9741] "percentage of list members in VERP mode" is order by left justified
…wner. Fixed by adding a new validation rule 'unique_paragraph_key'.
…graph cannot be removed Fixed by adding "Delete" checkbox on the side of each array item. Foundation grid is used to align checkboxes.
"read" or more restrictive privileges will be assigned on such parameters.
For example "%a5" to "/", "%3a" to ":". Fixed by removing "unescape_html" filtering on wwsympa. It's no longer sure if once such adjustment was useful.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Entirely refactored edit_list_request.tt2. Simpler and consistent logic to compile configuration
Fixed bugs:
Changes:
Known bug:
This seems to be caused by inconsistency of current code to save/load config file, and may be fixed by another pr.
(6 May update)
(8 May update)