| 1 | | 2003-04-09 13:@5 Alexander Bokovoy <ab@samba.org> |
|---|
| 2 | | |
|---|
| 3 | | * Integrated NTLMSSP over HTTP support into MMP. |
|---|
| 4 | | Requires EAPI support from Apache, ntlm_auth from Samba 3.0 and |
|---|
| 5 | | does not work on Win32. |
|---|
| 6 | | |
|---|
| 7 | | 2002-05-02 15:08 torben |
|---|
| 8 | | |
|---|
| 9 | | * Backported the new PHP UDF Functions from MMP to non-MMP |
|---|
| 10 | | non-MMP now uses the same set of functions |
|---|
| 11 | | * During this I've explicitly removed all the old udf-functions |
|---|
| 12 | | from the php4 module |
|---|
| 13 | | * Fixed bug that Debian PHP 4.1.x didn't recognize |
|---|
| 14 | | ${mgd_register_filter('blah')}($var); |
|---|
| 15 | | Workaround uses a second function mgd_execute_udf in the |
|---|
| 16 | | Midgard-Root File |
|---|
| 17 | | |
|---|
| 18 | | 2001-03-12 20:06 David <david@guerizec.net> |
|---|
| 19 | | |
|---|
| 20 | | * mod_midgard.c: Fixed bug #134 |
|---|
| 21 | | |
|---|
| 22 | | 2001-03-09 20:17 Emiliano <emile@iris-advies.com> |
|---|
| 23 | | |
|---|
| 24 | | * mod_midgard.c: I think I finally found out when to call |
|---|
| 25 | | disconnect all. This should mean no more suddenly severed database |
|---|
| 26 | | connections. Also added DECLINED when using the database failed. |
|---|
| 27 | | Some of these might better be INTERNAL_ERROR but this works without |
|---|
| 28 | | disrupting the way things work currently. |
|---|
| 29 | | |
|---|
| 30 | | 2001-02-24 00:08 Emiliano <emile@iris-advies.com> |
|---|
| 31 | | |
|---|
| 32 | | * Makefile.in, midgard-root.php, midgard-root.php4: Moved |
|---|
| 33 | | midgard-root.php4 to midgard-root.php |
|---|
| 34 | | |
|---|
| 35 | | 2001-02-23 23:36 Emiliano <emile@iris-advies.com> |
|---|
| 36 | | |
|---|
| 37 | | * Makefile.in, midgard-root.php4, midgard.conf: Updated |
|---|
| 38 | | midgard.conf, moved midgard-root.php4 to mod |
|---|
| 39 | | |
|---|
| 40 | | 2001-02-23 13:33 Emiliano <emile@iris-advies.com> |
|---|
| 41 | | |
|---|
| 42 | | * install-sh: I have no idea why autoconf doesn't provide for a way |
|---|
| 43 | | to copy in install-sh but using automake is obviously wrong. |
|---|
| 44 | | Committing static install-sh to hush the bootstrap complaints. |
|---|
| 45 | | |
|---|
| 46 | | 2001-02-22 10:37 David <david@guerizec.net> |
|---|
| 47 | | |
|---|
| 48 | | * mod_midgard.c: suppressed warnings |
|---|
| 49 | | |
|---|
| 50 | | 2001-02-21 17:18 Emiliano <emile@iris-advies.com> |
|---|
| 51 | | |
|---|
| 52 | | * mod_midgard.c: Added mgd_get_object_by_guid |
|---|
| 53 | | |
|---|
| 54 | | 2001-02-17 22:27 Emiliano <emile@iris-advies.com> |
|---|
| 55 | | |
|---|
| 56 | | * mod_midgard.c: Removing "warning: `mgd_select_database' defined |
|---|
| 57 | | but not used" |
|---|
| 58 | | |
|---|
| 59 | | 2001-02-09 23:04 Emiliano <emile@iris-advies.com> |
|---|
| 60 | | |
|---|
| 61 | | * configure.in: lib, mod & php(3) compile on FreeBSD. What fun this |
|---|
| 62 | | was. |
|---|
| 63 | | |
|---|
| 64 | | 2001-02-07 14:35 Emiliano <emile@iris-advies.com> |
|---|
| 65 | | |
|---|
| 66 | | * configure.in: lib,mod & php compile on debian. php4-module needs |
|---|
| 67 | | work. |
|---|
| 68 | | |
|---|
| 69 | | 2000-12-30 03:23 Armand <armand@envida.nl> |
|---|
| 70 | | |
|---|
| 71 | | * Makefile.in: |
|---|
| 72 | | make conf now reports deprecated. See |
|---|
| 73 | | http://www.midgard-project.org/bugs/?id=51 |
|---|
| 74 | | |
|---|
| 75 | | 2000-12-30 03:06 Armand <armand@envida.nl> |
|---|
| 76 | | |
|---|
| 77 | | * configure.in: |
|---|
| 78 | | fixed bug 34, see http://www.midgard-project.org/bugs/?id=34 |
|---|
| 79 | | |
|---|
| 80 | | 2000-12-24 13:05 Alexander <ab@avilink.net> |
|---|
| 81 | | |
|---|
| 82 | | * configure.in: Version set to 1.4, SPECs follow 1.4's rules for |
|---|
| 83 | | both main and Data package |
|---|
| 84 | | |
|---|
| 85 | | 2000-12-12 00:18 Emiliano <emile@iris-advies.com> |
|---|
| 86 | | |
|---|
| 87 | | * mod_midgard.c: atexit disabled since it looks like it's |
|---|
| 88 | | generating random segfaults. No clue why that would be, maybe DSO |
|---|
| 89 | | related. I'm taking it out until I get some input from the apache |
|---|
| 90 | | team. |
|---|
| 91 | | |
|---|
| 92 | | 2000-12-01 14:03 Emiliano <emile@iris-advies.com> |
|---|
| 93 | | |
|---|
| 94 | | * configure.in, SPECS/mod_midgard.spec.RedHat.in: Spec files get |
|---|
| 95 | | their version during configure. I'm not falling for this one again. |
|---|
| 96 | | |
|---|
| 97 | | 2000-11-23 14:12 Emiliano <emile@iris-advies.com> |
|---|
| 98 | | |
|---|
| 99 | | * mod_midgard.c: Fixed description for MidgardTemplate |
|---|
| 100 | | |
|---|
| 101 | | 2000-11-23 Emile Heyns <emile@iris-advies.com> |
|---|
| 102 | | |
|---|
| 103 | | * The intermittant crashes were appearantly caused by Apache |
|---|
| 104 | | destroying the memory pools that were used for the persistant |
|---|
| 105 | | connections that were allocated during the config parsing phase. |
|---|
| 106 | | These allocations are now done with regular mallocs. I used an |
|---|
| 107 | | atexit procedure to clean up the connections. |
|---|
| 108 | | |
|---|
| 109 | | 2000-08-18 Emile Heyns <emile@iris-advies.com> |
|---|
| 110 | | |
|---|
| 111 | | * mod_midgard.c: authentication from Midgard Database for standard Apache's functions |
|---|
| 112 | | |
|---|
| 113 | | 2000-08-09 Alexander Bokovoy <ab@avilink.net> |
|---|
| 114 | | |
|---|
| 115 | | * configure.in: Explicit link for libmysqlclient added for easier test of Midgard/lib |
|---|
| 116 | | |
|---|
| 117 | | 2000-07-17 Emile Heyns <emile@iris-advies.com> |
|---|
| 118 | | |
|---|
| 119 | | * Filetemplates |
|---|
| 120 | | |
|---|
| 121 | | 2000-07-05 Emile Heyns <emile@iris-advies.com> |
|---|
| 122 | | |
|---|
| 123 | | * Code restructure & new authorization mechanism |
|---|
| 124 | | |
|---|
| 125 | | * Pagelinks |
|---|
| 126 | | |
|---|
| 127 | | * Page attachments served by mod_midgard |
|---|
| 128 | | |
|---|
| 129 | | 2000-04-01 Alexander Bokovoy <bokovoy@minsk.lug.net> |
|---|
| 130 | | |
|---|
| 131 | | * Makefile.in, mod_midgard.c: added special logic for Apache installation |
|---|
| 132 | | from Linux Mandrake 7.0 RE. It requires special patched apxs which is included |
|---|
| 133 | | into Linux Mandrake 7.0 RE for the moment, but anyway, it is triggered on |
|---|
| 134 | | only on Mandrake. |
|---|
| 135 | | |
|---|
| 136 | | * Makefile.in: version number update to 1.4-beta3 |
|---|
| 137 | | |
|---|
| 138 | | 2000-02-05 Alexander Bokovoy <bokovoy@minsk.lug.net> |
|---|
| 139 | | |
|---|
| 140 | | * version info changed to 1.2.6-beta2 |
|---|
| 141 | | * INSTALL.[ru]: information about configuration cleaned |
|---|
| 142 | | * NEWS: user-visible info updated to include MidgardParser directive |
|---|
| 143 | | |
|---|
| 144 | | 2000-02-03 Alexander Bokovoy <bokovoy@minsk.lug.net> |
|---|
| 145 | | |
|---|
| 146 | | * mod_midgard.c: ordering bug in host selection fixed |
|---|
| 147 | | |
|---|
| 148 | | 2000-01-24 Alexander Bokovoy <bokovoy@minsk.lug.net> |
|---|
| 149 | | |
|---|
| 150 | | * mod_midgard.c: new configuration directive MidgardParser |
|---|
| 151 | | added. It could be defined on per directory basis and allows |
|---|
| 152 | | to switch text formatting engine for language specific behaviour. |
|---|
| 153 | | Thus, --with-midgard-lang compilation configuration option is |
|---|
| 154 | | deprecated and replaced with this one. |
|---|
| 155 | | |
|---|
| 156 | | For the moment, there are two values defined for MidgardParser: |
|---|
| 157 | | 'latin1' and 'russian'. 'latin1' is selected by default. |
|---|
| 158 | | |
|---|
| 159 | | * INSTALL.[ru]: Configuration info updated to follow latest |
|---|
| 160 | | changes. |
|---|
| 161 | | |
|---|
| 162 | | * mod_midgard.conf: Added sample configuration for turning off |
|---|
| 163 | | magic quotes in Midgard-PHP. |
|---|
| 164 | | |
|---|
| 165 | | 2000-01-07 Alexander Bokovoy <bokovoy@minsk.lug.net> |
|---|
| 166 | | |
|---|
| 167 | | * mod_midgard.c: page property 'author' added to the set of |
|---|
| 168 | | predefined elements where 'title' and 'content' were already. |
|---|
| 169 | | 'author' is set to page author's name ('Firstname Lastname'). |
|---|
| 170 | | This element <(author)> already used on Example Site but |
|---|
| 171 | | never worked correctly before. |
|---|
| 172 | | |
|---|
| 173 | | * midgard.conf: Configuration info updated in order to include |
|---|
| 174 | | correct setup for Russian Midgard and 'prefix'-based sites. |
|---|
| 175 | | |
|---|
| 176 | | * INSTALL[.ru]: Configuration info synchronized with midgard.conf. |
|---|
| 177 | | |
|---|
| 178 | | 2000-01-02 Alexander Bokovoy <bokovoy@minsk.lug.net> |
|---|
| 179 | | |
|---|
| 180 | | * INSTALL[.ru]: Cosmetic changes in order to synchronize |
|---|
| 181 | | installation instructions with Midgard-data package's changes. |
|---|
| 182 | | |
|---|
| 183 | | * midgard-root.php3: Added comment about turning on locale support. |
|---|
| 184 | | |
|---|
| 185 | | 1999-11-09 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 186 | | |
|---|
| 187 | | * INSTALL.ru, README.ru: Added translations by Alexander Bokovoy. |
|---|
| 188 | | |
|---|
| 189 | | * Makefile.in: Automatically creates the dist packages. |
|---|
| 190 | | |
|---|
| 191 | | * mod_midgard.c: Logging improvements. |
|---|
| 192 | | |
|---|
| 193 | | 1999-11-08 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 194 | | |
|---|
| 195 | | * mod_midgard.c: Fixed the database handling bug. |
|---|
| 196 | | |
|---|
| 197 | | 1999-10-26 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 198 | | |
|---|
| 199 | | * midgard.conf: Finished the configuration info for 1.2.4 |
|---|
| 200 | | |
|---|
| 201 | | * mod_midgard.c: Partially rewritten to allow multiple databases. |
|---|
| 202 | | |
|---|
| 203 | | * Makefile.in: Fixed some default Apache settings |
|---|
| 204 | | |
|---|
| 205 | | 1999-09-29 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 206 | | |
|---|
| 207 | | * INSTALL: An explanation of the possible problems caused by |
|---|
| 208 | | misconfigured dynamic library loaders. |
|---|
| 209 | | |
|---|
| 210 | | * configure.in: Better explanation and suggestions when the |
|---|
| 211 | | midgard library cannot be found by the configure script. |
|---|
| 212 | | |
|---|
| 213 | | 1999-09-07 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 214 | | |
|---|
| 215 | | * mod_midgard.c (midgard_child_init): Better error messages when |
|---|
| 216 | | connection fails. |
|---|
| 217 | | |
|---|
| 218 | | 1999-08-24 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 219 | | |
|---|
| 220 | | * mod_midgard.c: Added support for building statically with Apache. |
|---|
| 221 | | |
|---|
| 222 | | 1999-08-06 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 223 | | |
|---|
| 224 | | * INSTALL: Updated the installation instructions for release 1.2. |
|---|
| 225 | | |
|---|
| 226 | | * mod_midgard.c: Using the new mgd_connect API. Created new directives, |
|---|
| 227 | | MidgardDatabase, MidgardUsername and MidgardPassword, for defining |
|---|
| 228 | | the Midgard database connection. |
|---|
| 229 | | |
|---|
| 230 | | 1999-08-02 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 231 | | |
|---|
| 232 | | * Makefile, midgard.conf: The make process now automatically inserts |
|---|
| 233 | | the default Midgard configuration directives to the httpd.conf file. |
|---|
| 234 | | |
|---|
| 235 | | 1999-07-30 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 236 | | |
|---|
| 237 | | * configure.in: Simplified a few of the configure tests. |
|---|
| 238 | | |
|---|
| 239 | | * mod_midgard.c (midgard_auth_checker): Authentication is now always |
|---|
| 240 | | required when doing PUT uploads. |
|---|
| 241 | | |
|---|
| 242 | | 1999-07-19 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 243 | | |
|---|
| 244 | | * mod_midgard.c (midgard_page_walk): Activated the style and auth |
|---|
| 245 | | settings of host root pages. Those settings are not inherited |
|---|
| 246 | | as they do on other pages. |
|---|
| 247 | | |
|---|
| 248 | | * midgard-root.php3: Now uses the "mgd_" function prefix. |
|---|
| 249 | | |
|---|
| 250 | | 1999-07-13 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 251 | | |
|---|
| 252 | | * README, INSTALL, COPYING, NEWS, AUTHORS, ChangeLog: files added |
|---|
| 253 | | to comply with the GNU coding standards. |
|---|
| 254 | | |
|---|
| 255 | | * configure.in, Makefile.in: configure system completed for the |
|---|
| 256 | | release 1.1. |
|---|
| 257 | | |
|---|
| 258 | | 1999-07-09 Jukka Zitting <jukka.zitting@iki.fi> |
|---|
| 259 | | |
|---|
| 260 | | * mod_midgard.c: module was created to be used in the Midgard 1.1 |
|---|
| 261 | | release. |
|---|
| 262 | | |
|---|
| 263 | | ^L |
|---|
| 264 | | Local Variables: |
|---|
| 265 | | mode: indented-text |
|---|
| 266 | | left-margin: 8 |
|---|
| 267 | | version-control: never |
|---|
| 268 | | End: |
|---|
| 269 | | |
|---|
| 270 | | |
|---|