phpBB
Statistics
| Revision:

root / trunk / documentation / examples / umil_auto_example.php

History | View | Annotate | Download (8.6 kB)

  • svn:keywords: Id
# Date Author Comment
192 11/13/2009 10:08 pm Nathan Guse

Bad comment

187 11/02/2009 11:47 pm Nathan Guse

Example file now has the information about returning on custom functions

Adding test files.

182 10/31/2009 04:49 pm Nathan Guse

[Fix] Parent ID of 0 when adding modules would cause an error. #53355

166 08/01/2009 07:21 pm Meik Sievertsen

erm, test svnadmin upgrade. ;)

165 07/30/2009 02:02 am Nathan Guse

[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

163 07/29/2009 02:53 am Nathan Guse

[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)

121 04/19/2009 06:13 pm Nathan Guse

[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

120 04/19/2009 02:48 am Nathan Guse

[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

65 01/09/2009 09:25 pm David Lewis

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.

57 01/05/2009 05:55 am David Lewis
54 01/03/2009 10:35 pm Nathan Guse

I've added a couple of options (support for which was added in the last commit) to the umil_auto_example.

49 12/25/2008 01:49 am David Lewis

Setting Keyword props, thanks Poyntesm for noticing this.

45 12/23/2008 05:45 pm Nathan Guse

Forgot to finish my comments on the version numbering

44 12/23/2008 05:38 pm Nathan Guse

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).

36 12/15/2008 06:19 pm Nathan Guse

Updating documentation/examples for the last change committed.

34 12/15/2008 04:08 am Nathan Guse

Adding some documentation I've been working on.

Moving the two examples to the new documentation/examples/ folder.