| 1 |
2002-10-20 Torben Nehmer <torben@nehmer.net> |
|---|
| 2 |
- Changed Repligard Table Updates to leave Timestamps |
|---|
| 3 |
alone. This fixes Bug #56 |
|---|
| 4 |
|
|---|
| 5 |
2002-05-17 Torben Nehmer <torben@nehmer.net> |
|---|
| 6 |
- Disabled the recently added Quoting mechanism |
|---|
| 7 |
it breaks backwards-compatibilty, instead changed |
|---|
| 8 |
the parameter to enable the new behavoir. |
|---|
| 9 |
|
|---|
| 10 |
2001-01-06 Alexander Bokovoy <ab@avilink.net> |
|---|
| 11 |
- Tree export fixed (thanks to Alan Knowles) |
|---|
| 12 |
- IDentification of XML files added |
|---|
| 13 |
|
|---|
| 14 |
2000-12-15 Alexander Bokovoy <ab@avilink.net> |
|---|
| 15 |
- Trigger fatal error when BLOB cannot be written to file |
|---|
| 16 |
due some reason (permissions, ownership) |
|---|
| 17 |
- Asgard localization extracted from test/test.xml.gz to |
|---|
| 18 |
test/asgard.LANG.xml.gz |
|---|
| 19 |
|
|---|
| 20 |
2000-12-13 Alexander Bokovoy <ab@avilink.net> |
|---|
| 21 |
- Iconv support moved to Midgard-lib in order to |
|---|
| 22 |
share it between FT and Repligard |
|---|
| 23 |
- Include <midgard.h> changed to "midgard.h" |
|---|
| 24 |
for proper compiling on pristine system |
|---|
| 25 |
|
|---|
| 26 |
2000-12-12 Alexander Bokovoy <ab@avilink.net> |
|---|
| 27 |
- BLOBs export/import is working now |
|---|
| 28 |
- Resource deletion is working now |
|---|
| 29 |
- Iconv support now works for GLIBC 2.1.x and 2.2.x with |
|---|
| 30 |
proper prototypes |
|---|
| 31 |
|
|---|
| 32 |
2000-12-10 Alexander Bokovoy <ab@avilink.net> |
|---|
| 33 |
- BLOBs support merged |
|---|
| 34 |
|
|---|
| 35 |
2000-11-27 Alexander Bokovoy <ab@avilink.net> |
|---|
| 36 |
- Merge with main midgard-lib tree |
|---|
| 37 |
|
|---|
| 38 |
2000-11-14 Alexander Bokovoy <ab@avilink.net> |
|---|
| 39 |
- Next re-write: |
|---|
| 40 |
- Main.c and repligard.conf are now generated files |
|---|
| 41 |
- repligard.conf moved to sysconfdir |
|---|
| 42 |
- repligard.xml movedd to pkgdatadir |
|---|
| 43 |
- export/import code re-written a lot |
|---|
| 44 |
|
|---|
| 45 |
2000-11-07 Alexander Bokovoy <ab@avilink.net> |
|---|
| 46 |
- Many changes: |
|---|
| 47 |
- Blobs information can be replicated starting from now, blobs themselves still not. |
|---|
| 48 |
There are still some bugs in the Blobs support though. |
|---|
| 49 |
- Record extension can be replicated starting from now |
|---|
| 50 |
- Partial replication is possible, dependencies are solved for all types of objects |
|---|
| 51 |
- It is possible to customize Repligard Schema to local needs. For example, |
|---|
| 52 |
if articles store link to some sub page in the 'extra1' field, |
|---|
| 53 |
change <field name="extra1" type="text"/> to <link name="extra1" link="page"/> |
|---|
| 54 |
and Repligard will respect this during replication process. |
|---|
| 55 |
|
|---|
| 56 |
2000-11-06 Alexander Bokovoy <ab@avilink.net> |
|---|
| 57 |
- First public release |
|---|
| 58 |
|
|---|