Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 344
- Log:
Massive changeset which brings the old, ROOL customised Instiki
version up to date, but without any ROOL customisations in this
latest checked-in version (which is 0.19.1). This is deliberate,
so that it's easy to see the changes made for the ROOL version
in a subsequent changeset. The 'app/views/shared' directory is not
part of Instiki but is kept to maintain the change history with
updated ROOL customisations, some of which involve the same files
in that same directory.
- Author:
- rool
- Date:
- Sat Mar 19 19:52:13 +0000 2011
- Size:
- 392 Bytes
1 | ----- |
2 | 2.1.0 |
3 | - Added table import functionality |
4 | - Changed default db:fixtures:import_all to use tables instead of models |
5 | - db:fixtures:import_for_tables TABLES=foos,bars |
6 | |
7 | 2.0.0 |
8 | - Added two new export tasks |
9 | - db:fixtures:import_all |
10 | - db:fixtures:import_for_models MODELS=Foo,Bar |
11 | |
12 | 1.0.0 |
13 | |
14 | - imported original code by Chris McGrath [octopod] |
15 | - added namespace support for the tasks [nshb] |