Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/phpbb/modx_generator

PHP software package to easily generate MODX for inclusion in MOD installation packages | Subscribe to the commits list: http://code.phpbb.com/mailman/listinfo/modxtools-commits
https://github.com/phpbb/modx_generator

Added .git to the default ignore list.

5e286fbb7cb3928b31edcf77c8dfc11e5fed18b7 authored almost 15 years ago by Jari Kanerva <[email protected]>
Added CHANGELOG

d1a9ec295d83e5b296bd8f64ccc4c799b65e175a authored almost 15 years ago by Jari Kanerva <[email protected]>
More changes to the explanations.

Renamed config.php to generator_config.php to avoid confusion.

83db2ec543d7d92df444be91e7996db918fef133 authored almost 15 years ago by Jari Kanerva <[email protected]>
Edited the explanations.

b89acb79f7700709a3b81b65897adcf211e56792 authored almost 15 years ago by Jari Kanerva <[email protected]>
Rewrote parse_args() so old and new don't need any keys.

Altered the README file. Gonna need some help with that one.

8030dc8fde0e0d37e49a3941c3f6ad60bcb59999 authored almost 15 years ago by Jari Kanerva <[email protected]>
--force should default to false.

716d36db56001eb4f42b488e87eedd10b7d92a72 authored almost 15 years ago by Jari Kanerva <[email protected]>
Renamed -f --outfile to -m --modxfile, I need -f to --force.

Added -f, --force = Replaces the root directory if it exists.
Added exit values so a calling prog...

35903844262effb2f29b104f3aecaf6db11ca039 authored almost 15 years ago by Jari Kanerva <[email protected]>
Contextual finds, except in-line find.

2627ec110437b07fb99d85baab7a5d04b4dbf9c5 authored almost 15 years ago by Jari Kanerva <[email protected]>
Added default settings in config.php for the script parameters.

66604dd4b8474c1021ea161867546aff29ce4b45 authored almost 15 years ago by Jari Kanerva <[email protected]>
Added something about config.php to the README file.

ae848139c214e6142f8c8287157ce585a5a06192 authored almost 15 years ago by Jari Kanerva <[email protected]>
Added .DS_Store to the default ignore list.

Changed the generator meta tag.

4b8ca6bed872c6d3882fb49038afa417674d9f6e authored almost 15 years ago by Jari Kanerva <[email protected]>
Added files to the default ignore list.

Some spelling.
Ignore version is a parameter to the script, so no use for it in the config.

2b54fb4ad89e41c174dc669a15020633a9060cef authored almost 15 years ago by Jari Kanerva <[email protected]>
Added -r, --root = Creates a root directory containing the files missing in old. Thanks for the suggestion Igor.

87e0113d90e795e2c62420f9aabcc75bc1146160 authored about 15 years ago by Jari Kanerva <[email protected]>
Only show execution time and memory peak in verbose mode.

bcada6bb299dbfac3d4e5208bb7015d3dfbcd514 authored about 15 years ago by Jari Kanerva <[email protected]>
adding modx_gen bash script

41f34e1fbf795681b670f04286bc7efc50f179e1 authored about 15 years ago by Igor Wiedler <[email protected]>
Added -i to give the option to ignore file version string.

bca290939d254e2ed8e1e7231e12c9cf79b970b8 authored about 15 years ago by Jari Kanerva <[email protected]>
Renamed parse_diff to modx_diff and added checking for if MODX_VERSION is already set.

8cb35e16e390a3bf7b5ceb84e0264540d6fe25f6 authored about 15 years ago by Jari Kanerva <[email protected]>
Merge add-afters that only have empty lines between. Empty lines can't be used as finds.

fe571707c1120967ccf965fd8f50d671ca97a3c6 authored about 15 years ago by Jari Kanerva <[email protected]>
Needed to replace empty() with isset() beacuse empty() returns true for zero.

fd636bda4f89df928612d050b83e30cc3b039826 authored about 15 years ago by Jari Kanerva <[email protected]>
Removed some redundant code.

Removed some E_STRICT warnings from the Pear Text_DIff files (E_STRICT is on by default in WAMP s...

8be71bb1ac9bb801c1b99d2f8427a1ca4c10cca8 authored about 15 years ago by Jari Kanerva <[email protected]>
no usage redundancy, keep it in README

52c2bd590f18cde4ef78417da73ed7a8d0fd5e6c authored about 15 years ago by Igor Wiedler <[email protected]>
The in-line replaces and deletes needs a extra initial in-line find.

09cdee641d698d738b53acdad0bc84d85875bae8 authored about 15 years ago by Jari Kanerva <[email protected]>
Moved into directories.

f30ac61048863f85f231121fca9933798a3f06c8 authored about 15 years ago by Jari Kanerva <[email protected]>