Skip to content
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
wants to merge 15 commits into
base: develop
Choose a base branch
from
Open

Added new option #53

wants to merge 15 commits into from

Conversation

yama
Copy link

@yama yama commented Sep 20, 2019

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.

canton7 and others added 15 commits August 25, 2011 23:05
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants