| 1 |
2002-05-17 12:56 torben |
|---|
| 2 |
|
|---|
| 3 |
* Switched default back to Non-MMP, so that the automatically |
|---|
| 4 |
built packages work. This can be reversed if MMP works finally. |
|---|
| 5 |
|
|---|
| 6 |
2002-05-02 15:08 torben |
|---|
| 7 |
|
|---|
| 8 |
* Backported the new PHP UDF Functions from MMP to non-MMP |
|---|
| 9 |
non-MMP now uses the same set of functions |
|---|
| 10 |
* During this I've explicitly removed all the old udf-functions |
|---|
| 11 |
from the php4 module |
|---|
| 12 |
|
|---|
| 13 |
2001-01-30 10:07 emile |
|---|
| 14 |
|
|---|
| 15 |
* MidgardClassWhatever renamed to MidgardWhatever |
|---|
| 16 |
|
|---|
| 17 |
2001-01-26 02:09 david |
|---|
| 18 |
|
|---|
| 19 |
* httpd.error_log.tgz: this is the httpd error_log associated with |
|---|
| 20 |
the backtrace (see bt.txt). |
|---|
| 21 |
|
|---|
| 22 |
2001-01-26 02:05 david |
|---|
| 23 |
|
|---|
| 24 |
* bt.txt: backtrace of an Asgard request (running out of memory). |
|---|
| 25 |
|
|---|
| 26 |
2001-01-26 02:04 david |
|---|
| 27 |
|
|---|
| 28 |
* preparser-parser.y, preparser-scanner.l, preparser.c: debug |
|---|
| 29 |
version. Lots of log, in httpd error_log and in the browser. |
|---|
| 30 |
|
|---|
| 31 |
2001-01-25 18:25 david |
|---|
| 32 |
|
|---|
| 33 |
* preparser-parser.y, preparser-scanner.l, preparser.c: oops, |
|---|
| 34 |
forgot default rule when in eval'ed quoted strings... |
|---|
| 35 |
|
|---|
| 36 |
2001-01-25 15:18 david |
|---|
| 37 |
|
|---|
| 38 |
* article.c: removed some useless logging in mgd_get_article. |
|---|
| 39 |
|
|---|
| 40 |
2001-01-25 15:15 david |
|---|
| 41 |
|
|---|
| 42 |
* Makefile.in, access.c, article.c, attachment.c, config.m4, |
|---|
| 43 |
element.c, host.c, mgd_access.h, midgard.c, page.c, pageelement.c, |
|---|
| 44 |
pagelink.c, preparser.c, style.c, topic.c: Eliminated the warnings |
|---|
| 45 |
at compile, and cleaned the code. |
|---|
| 46 |
|
|---|
| 47 |
2001-01-25 04:38 david |
|---|
| 48 |
|
|---|
| 49 |
* ab_config.m4, ab_mgd_preparser.h, ab_preparser-parser.y, |
|---|
| 50 |
ab_preparser-scanner.l, ab_preparser.c, config.m4, mgd_preparser.h, |
|---|
| 51 |
mkall, preparser-parser.y, preparser-scanner.l, preparser.c: added |
|---|
| 52 |
Alexander's memory management modifications. changed the lexer to |
|---|
| 53 |
be more readable (easier to debug). Status: old admin and VMUC |
|---|
| 54 |
still working, Asgard has the same problem |
|---|
| 55 |
|
|---|
| 56 |
2001-01-24 21:45 david |
|---|
| 57 |
|
|---|
| 58 |
* preparser-parser.y, preparser-scanner.l, preparser.c: Syncing. |
|---|
| 59 |
Asgard still crashing on form-template snippet but this is not a |
|---|
| 60 |
mgd_include_snippet problem |
|---|
| 61 |
|
|---|
| 62 |
2001-01-24 20:46 david |
|---|
| 63 |
|
|---|
| 64 |
* parameter.c, snippet.c: little bug on parameters oop members. |
|---|
| 65 |
|
|---|
| 66 |
2001-01-24 20:01 ab |
|---|
| 67 |
|
|---|
| 68 |
* ab_mgd_preparser.h: Example site now works with dynamic memory |
|---|
| 69 |
management. Old Admin site has problems with authentication (?) |
|---|
| 70 |
|
|---|
| 71 |
2001-01-24 19:22 david |
|---|
| 72 |
|
|---|
| 73 |
* test-db.tar.gz: My test DB, Asgard was modified in order to fix |
|---|
| 74 |
some PHP3/PHP4 incompatibilities so everybody can test it. |
|---|
| 75 |
|
|---|
| 76 |
2001-01-24 19:09 david |
|---|
| 77 |
|
|---|
| 78 |
* mgd_preparser.h, midgard.c, preparser-parser.y, |
|---|
| 79 |
preparser-scanner.l, preparser.c: Preparser modifications, Asgard |
|---|
| 80 |
is working almost fine, I'm on the way... |
|---|
| 81 |
|
|---|
| 82 |
2001-01-24 12:05 david |
|---|
| 83 |
|
|---|
| 84 |
* preparser-parser.y, preparser.c: just syncing... added the call |
|---|
| 85 |
to zend_eval_string that seems to work on the snippets... need to |
|---|
| 86 |
implement it in variables and template elements. |
|---|
| 87 |
|
|---|
| 88 |
2001-01-24 02:24 david |
|---|
| 89 |
|
|---|
| 90 |
* ab_config.m4, ab_mgd_preparser.h, ab_preparser-parser.y, |
|---|
| 91 |
ab_preparser-scanner.l, ab_preparser.c, php_midgard.h: Alexander's |
|---|
| 92 |
patch to the memory management in the preparser. Doesn't work yet. |
|---|
| 93 |
|
|---|
| 94 |
2001-01-23 21:12 david |
|---|
| 95 |
|
|---|
| 96 |
* BUGS, mgd_preparser.h, preparser-parser.y, preparser-scanner.l, |
|---|
| 97 |
preparser.c: Fixed the variable handling, the VMUC example site now |
|---|
| 98 |
runs fine. |
|---|
| 99 |
|
|---|
| 100 |
2001-01-23 18:51 david |
|---|
| 101 |
|
|---|
| 102 |
* mgd_oop.h, midgard.c, preparser-parser.y, preparser.c: little fix |
|---|
| 103 |
on snippets, MidgardClassSitegroup fix from marius and misc sync. |
|---|
| 104 |
|
|---|
| 105 |
2001-01-23 15:47 david |
|---|
| 106 |
|
|---|
| 107 |
* host.c, parameter.c, preparser-parser.y, preparser.c, |
|---|
| 108 |
sitegroup.c, snippet.c, snippetdir.c: Several bugs on php3/Zend |
|---|
| 109 |
differences fixed. |
|---|
| 110 |
|
|---|
| 111 |
2001-01-23 11:34 david |
|---|
| 112 |
|
|---|
| 113 |
* preparser-parser.y, preparser-scanner.l, preparser.c: |
|---|
| 114 |
Modification on mgd_include_snippet handling in the preparser. |
|---|
| 115 |
|
|---|
| 116 |
2001-01-23 10:36 david |
|---|
| 117 |
|
|---|
| 118 |
* preparser-scanner.l, preparser.c: Fixed snippet bug, doesn't work |
|---|
| 119 |
with Asgard yet though (something like snippet too big). |
|---|
| 120 |
|
|---|
| 121 |
2001-01-23 09:48 david |
|---|
| 122 |
|
|---|
| 123 |
* BUGS, oop.c: Bug on object instanciating fixed. Now the old |
|---|
| 124 |
admin work !!! |
|---|
| 125 |
|
|---|
| 126 |
2001-01-23 09:09 david |
|---|
| 127 |
|
|---|
| 128 |
* BUGS: Known bugs updated. |
|---|
| 129 |
|
|---|
| 130 |
2001-01-23 03:13 david |
|---|
| 131 |
|
|---|
| 132 |
* article.c, attachment.c, mgd_oop.h, midgard.c, oop.c, |
|---|
| 133 |
parameter.c, preparser-scanner.l, sitegroup.c, topic.c: some more |
|---|
| 134 |
bug fixing and code cleaning. |
|---|
| 135 |
|
|---|
| 136 |
2001-01-23 00:39 david |
|---|
| 137 |
|
|---|
| 138 |
* mgd_internal.h: fixing differences between different Zend API |
|---|
| 139 |
versions (at least between php-4.0.4-1.src.rpm and the current zend |
|---|
| 140 |
CVS) |
|---|
| 141 |
|
|---|
| 142 |
2001-01-22 19:55 david |
|---|
| 143 |
|
|---|
| 144 |
* mgd_internal.h, preparser.c: fixed a bug with variable as array |
|---|
| 145 |
|
|---|
| 146 |
2001-01-22 19:11 david |
|---|
| 147 |
|
|---|
| 148 |
* BUGS, access.c, article.c, element.c, event.c, group.c, host.c, |
|---|
| 149 |
mgd_internal.h, mgd_preparser.h, oop.c, pagelink.c, person.c, |
|---|
| 150 |
preparser-scanner.l, preparser.c, sitegroup.c, snippetdir.c, |
|---|
| 151 |
topic.c: corrected a lot of (maybe) harmful warnings. added the |
|---|
| 152 |
file BUGS |
|---|
| 153 |
|
|---|
| 154 |
2001-01-22 16:15 david |
|---|
| 155 |
|
|---|
| 156 |
* Makefile.in, config.m4, mgd_internal.h, preparser-parser.y, |
|---|
| 157 |
preparser.c: one of the reasons it segfaults fixed. it still |
|---|
| 158 |
segfaults on the old admin... |
|---|
| 159 |
|
|---|
| 160 |
2001-01-22 02:15 david |
|---|
| 161 |
|
|---|
| 162 |
* mgd_internal.h, mgd_preparser.h, preparser-scanner.l, |
|---|
| 163 |
preparser.c: Some work done on memory management in the preparser. |
|---|
| 164 |
|
|---|
| 165 |
2001-01-21 21:01 david |
|---|
| 166 |
|
|---|
| 167 |
* midgard-root.php: midgard-root.php used instead of |
|---|
| 168 |
midgard-root.php3 |
|---|
| 169 |
|
|---|
| 170 |
2001-01-21 20:51 david |
|---|
| 171 |
|
|---|
| 172 |
* .cvsignore, Makefile.in, access.c, article.c, attachment.c, |
|---|
| 173 |
calendar.c, config.m4, element.c, event.c, eventmember.c, file.c, |
|---|
| 174 |
fudge, genentry.pl, group.c, host.c, image.c, mail.c, member.c, |
|---|
| 175 |
mgd_access.h, mgd_article.h, mgd_attachment.h, mgd_calendar.h, |
|---|
| 176 |
mgd_element.h, mgd_errno.c, mgd_errno.h, mgd_errno.pl, mgd_event.h, |
|---|
| 177 |
mgd_eventmember.h, mgd_file.h, mgd_group.h, mgd_host.h, |
|---|
| 178 |
mgd_image.h, mgd_internal.h, mgd_mail.h, mgd_member.h, |
|---|
| 179 |
mgd_midgard.h, mgd_oop.h, mgd_page.h, mgd_pageelement.h, |
|---|
| 180 |
mgd_pagelink.h, mgd_person.h, mgd_preferences.h, mgd_preparser.h, |
|---|
| 181 |
mgd_sitegroup.h, mgd_snippet.h, mgd_snippetdir.h, mgd_style.h, |
|---|
| 182 |
mgd_topic.h, midgard.c, mkall, oop.c, page.c, pageelement.c, |
|---|
| 183 |
pagelink.c, parameter.c, person.c, php_midgard.h, preferences.c, |
|---|
| 184 |
preparser-parser.y, preparser-scanner.l, preparser.c, sitegroup.c, |
|---|
| 185 |
snippet.c, snippetdir.c, style.c, topic.c: PHP4+preparser self |
|---|
| 186 |
contained module source. |
|---|
| 187 |
|
|---|