History | View | Annotate | Download (8.6 kB)
Bad comment
Example file now has the information about returning on custom functions
Adding test files.
[Fix] Parent ID of 0 when adding modules would cause an error. #53355
erm, test svnadmin upgrade. ;)
[Feature] Ability to specify before|after when adding a module (with the module_langname of the module you would like to have it placed before|after) #48425
[Fix] In some cases call_user_func_array errors when the second parameter is not an array. Setting up a new function to handle the multicall. #48825
Updating the auto example file.
(this commit is not yet tested)
[Fix] Include the stylesheet so we can get the correct image paths for the style.
[Feature] Give mod authors the option to specify their own image in UMIL auto or if using the UMIL frontend. Suggested by michaelo
[Change] Changed the way the custom function call is handled so it should now handle SQL errors automatically. Also put the code for calling custom functions in its own function.
[Feature] New function added to make inserting a few rows into a database table easier (instead of requiring a custom function to be used). Suggested by michaelo
Move documentation back into trunk, after thinking about this and discussing it with Eric, I think keeping it in the trunk is the best option.
I've added a couple of options (support for which was added in the last commit) to the umil_auto_example.
Setting Keyword props, thanks Poyntesm for noticing this.
Forgot to finish my comments on the version numbering
It's going to have to be required that we include the common file and initialize everything when using the UMIL Auto system, otherwise constants do not work (well, I am going to still leave it so that UMIL Auto will initialize everything if IN_PHPBB is not defined, but we will always have to show it being setup in the examples and I'll make a note next to the place in the umil_auto file).
Updating documentation/examples for the last change committed.
Adding some documentation I've been working on.
Moving the two examples to the new documentation/examples/ folder.