-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Added new option #53
Open
yama
wants to merge
15
commits into
canton7:develop
Choose a base branch
from
yama:md5_file
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Added new option #53
+101
−23
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
* release/1.11: (40 commits) Update changelog Bump version to v1.11 Add comment to readme saying that my repo is likely to be more up-to-date than fuel's fork Talk about forum thread in readme Change defaults for min, combine, show_files Document the new functions Add functions to set group options on-the-fly Correct example syntax for inlining Make add_group_base accept a single string dep, and document this Document the dependencies resolve_deps was enabling groups that should have been disabled Add functions to add deps to groups Create an array of rendered groups, and use it to prevent us from rendering groups both as a dep and as normal. Also enable disbled groups when they're deps. Move dep-checking to its own function, and check for circular references. Deps can now be defined and processed. Document the changes in the readme Deprecate the option to render(), and add it to the group config instead Document new inline behaviour in the readme Css uris are rewritten, even if the file is inline and isn't minified Make 'inline' a group attribute, rather than something passed to Casset::render() ...
* release/1.12: (37 commits) Update changelog Bump version to v1.12 Fix bug in add_deps(). Update JSmin and CSSmin libraries to the latest stable versions from their master. Put the only call to Cssurirewriter inside load_file Rewrite CSS URIs when inlined and not minified Remove $attr because is not defined yet. Any non-string asset names will be ignored Add note about using with add_group() in 'Extra Attributes' Another readme typo Fix small readme typo Remove typo in readme Remove trailing whitespace Change a ton of private methods to protected Add option prep method so group options are passed through to the add_group method. If set_group_option is used with all groups ('*'), then change the default. Create the global groups on initialisation, if it doesn't exist. set_group_option() will throw an exception if the named group doesn't exist. Add new function to tell whether a group exists. $<param>_default vars have been removed, in favour of an array of default options ...
* release/1.13: Update changelog Bump version to v1.13 Document new feature in readme If the asset url starts with a leading /, ignore path settings. Move setting of the core namespace to after default_folders are loaded Add link to quickref from readme Add quickref Detail exactly how to contribute in readme Add 'Thanks' section to readme
* release/1.14: Update changelog Bump version to v1.13 Add reporter (gnodeb) to contributers Fix bug with combine() and minified files. Document new gen_tags option Add gen_tags option to render_js and render_css.
* release/1.15: Update changelog Bump version to v1.15 Add dmyers to the contributers list Add twig documentation Add new twig extension Bump copyright year to 2012 Fix typos in quickref Fix typos in readme
* release/1.16: Update changelog Bump version to v1.16 Default alt text for an image is an empty string Add 'img_url' to Twig extension
* release/1.17: Update changelog Bump version to v1.17 Add Peter Wiggers to contributers FuelException instead of Fuel_Exception (removed in FuelPHP v1.2) Add iturgeon to the contributers Teach js_inline() and css_inline() not to create multiple tags Fix typos in readme Correct 'contributing' instructions in readme
* release/1.18: Update changelog Bump version to v1.18 Document rewriting algorithms Make inlining with non-combined files work Rewrite uris when inlining, with combine on. Basic functionality: Supports linked files, not inlined ones Add skeleton: new rewriter class, and new config option
* release/1.19: Update changelog Bump version to v1.19 Add getter for cache_path Added more twig extension functions. Add Katsuma Ito to contributers Make asset urls scheme-relative, to avoid http/https issues. Prevent glob() from including folders Remove commented-out line Remove duplicate from contributers
# By Antony Male (5) and Adam McCann (1) * release/1.20: Update changelog Bump copyright year to 2013 Bump version to v1.20 Add exnor to contributers Added ability to configure fuelphp root path Add new(ish) twig functions to addons readme
* release/1.21: Update changelog Bump version to v1.21 Move CSS @import statements to top of combined file
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.
A problem occurred in an environment where multiple EC2 (AWS) instances were operated in round robin. I added a option to fix the problem.
Thanks.