-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
257 lines (201 loc) · 6.91 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
2018-06-05 released by pepa65 <[email protected]>
Moved to gitlab: https://gitlab.com/pepa65/didiwiki
2016-12-18 released by pepa65 <[email protected]>
Replace 'missing', regenerate build files
Cleanup header comments in source files
2016-12-13 released by pepa65 <[email protected]>
Numerous little bugs squashed
Clarified wiki syntax
Cleaned up naming
Cleaned up build system
2016-12-09 released by pepa65 <[email protected]>
More cleanup
New default favicon
Added Debian patches:
- redirect_patch
- search_engine_patch
2016-09-27 0.61 released by pepa65 <[email protected]>
Improved rendering
Adjusted formatting
Removed commented code
Tweaked stylesheet
2016-09-07 0.6 released by pepa65 <[email protected]>
Hosted on Github: https://github.com/pepa65/didiwiki
Version increased
Changed formatting & layout style
Only allow explicit wikilinks
Change italic markers from / to ^
Added link symbol to external links and show url when hovering
Added some more recognized external link protocols
Adjusted the Help and Home pages, removed dead links
Tweaked the stylesheet and made it write out to didiwiki.css for modification
Option for custom favicon.ico
Port range separately defined
Disabled api because it can make the browser execute anything
2004-09-30 0.5 released.
2004-09-30 mallum,,, <[email protected]>
* configure.ac:
Bump up version,
* src/wiki.c: (wiki_print_data_as_html), (wiki_get_pages),
(wiki_handle_http_request):
Fix italic brokeness. Add check for extra /'s in req path.
* website/index.htm
Update for 0.5 release.
2004-09-28 mallum,,, <[email protected]>
* README:
Added notes on HTTP API. Made forking/memory thing a bit clearer.
* TODO:
Updated.
* configure.ac:
* src/Makefile.am:
Add missing -Wall
* src/didi.h:
* src/http.c: (http_server):
* src/wiki.c: (check_for_link), (wiki_print_data_as_html),
(wiki_show_create_page), (changes_compar),
(wiki_show_changes_page), (wiki_show_search_results_page),
(wiki_show_template), (wiki_show_header), (wiki_show_footer),
(wiki_handle_rest_call), (wiki_handle_http_request), (wiki_init):
* src/wiki.h:
Added simple http api.
Rewrote searchs / changes stuff so more generic
Applied patches from Tiago Cogumbreiro for more printf safety etc.
Fixed -Wall warnings.
* website/index.htm:
Updated with hopeful amamzon wish list link.
2004-09-13 0.4 released.
2004-09-13 mallum <[email protected]>
* README:
* configure.ac:
Bump up versions
* website/index.htm:
* website/styles.css:
bring in to 21st century.
2004-09-10 mallum,,, <[email protected]>
* configure.ac:
Add message about upgrades and wikihelp
* src/wiki.c: (check_for_link), (wiki_show_header),
(wiki_handle_http_request):
Add title attr for external www links
Add favicon.ico
* src/wikitext.h:
Update help for ordered lists. Add favicon data.
2004-09-10 mallum, <[email protected]>
* Makefile.am:
* TODO:
Add TODO.
2004-09-09 mallum, <[email protected]>
* src/wiki.c: (check_for_link), (wiki_print_data_as_html):
Dont let %'s in links end up as printf formatters. fixes seg.
* src/wikitext.h:
Add little javascript to edit page to autofocus textentry.
Possibly evil.
2004-09-08 mallum,,, <[email protected]>
* src/wiki.c: (check_for_link):
Only let alphanums be valid in camel case links
( via Eric Newman )
* src/wikitext.h:
Fix missing ' in anchor tag
2004-09-02 mallum,,, <[email protected]>
* src/wiki.c: (wiki_handle_http_request):
Remove any http encoding of requested page name,
thanks again to Kanru Chen.
2004-09-02 mallum,,, <[email protected]>
* src/http.c: (http_response_send_headers):
Send correct UTF8 type, thanks Kanru Chen.
* src/wiki.c: (check_for_link), (wiki_print_data_as_html):
Add support for file:// urls. Add Support for ordered lists.
2004-08-17 0.3 release.
2004-08-17 mallum <[email protected]>
* README:
* configure.ac:
Bump up version to 0.3
* src/wikitext.h:
More CSS tweakery
* website/index.htm:
Update for 0.3 release
2004-08-10 mallum,,, <[email protected]>
* src/wiki.c: (wiki_show_header):
* src/wikitext.h:
Add titles and shortcut keys to hrefs
2004-08-08 mallum,,, <[email protected]>
* src/http.c: (http_response_new), (http_response_send_headers):
* src/http.h:
All content type in response to be set.
* src/wiki.c: (wiki_show_changes_page),
(wiki_show_search_results_page), (wiki_show_header),
(wiki_handle_http_request):
* src/wikitext.h:
Fix styles.css to have corect content type.
More web standard related fixes. Now xhtml transitional.
2004-08-06 mallum,,, <[email protected]>
* src/wiki.c: (wiki_print_data_as_html), (wiki_show_header):
* src/wikitext.h:
CSS + HTML cleanups/improvements
2004-08-02 mallum,,, <[email protected]>
* src/wiki.c: (wiki_print_data_as_html):
Attempt to detect path names and not make them italic
2004-08-02 mallum,,, <[email protected]>
* src/wiki.c: (file_write), (wiki_print_data_as_html):
More improvements to bold/italic/underline etc handling
2004-07-30 mallum,,, <[email protected]>
* README:
update
* src/wiki.c: (wiki_print_data_as_html), (wiki_init):
honor DIDIWIKIHOME env var. Improve */-_ handling.
* src/wikitext.h:
Escape %%'s
* website/index.htm:
Update for 0.2 release
2004-07-30 0.2 Release
2004-07-29 mallum,,, <[email protected]>
* AUTHORS:
Populated
* src/wiki.c: (wiki_print_data_as_html):
* src/wikitext.h:
Basic Table support. Help updates. pre fixes
2004-07-29 mallum,,, <[email protected]>
* configure.ac:
Bump up version
* src/didi.c: (main):
* src/didi.h:
* src/http.c: (malformed_request):
* src/util.c: (util_ascii_to_hex), (util_dehttpize),
(util_htmlize):
* src/util.h:
* src/wiki.c: (check_for_link), (file_read),
(wiki_print_data_as_html), (wiki_init):
Quick source cleanup.
Make sure lingering </pre>'s get closed
2004-07-28 mallum,,, <[email protected]>
* src/http.c: (http_server):
reuse socket address
* src/wiki.c: (wiki_print_data_as_html):
Dont stick <p>'s in <pre>'s
2004-07-20 0.1 Release.
2004-07-20 mallum,,, <[email protected]>
* README:
* src/wikitext.h:
* website/index.htm:
More updates to wikitext.h , stylesheets etc.
Added website stuff to svn.
A bit more info in the README.
2004-07-20 mallum,,, <[email protected]>
* src/didi.h:
* src/http.c:
* src/util.c:
* src/wiki.c: (wiki_print_data_as_html), (changes_compar),
(wiki_show_changes_page), (wiki_show_search_results_page),
(wiki_show_header):
* src/wikitext.h:
Add license to source files.
More predefined Wiki Text.
2004-07-19 mallum <[email protected]>
* src/http.c: (http_server):
* src/wiki.c: (wiki_print_data_as_html), (wiki_show_changes_page),
(wiki_show_search_results_page), (wiki_show_header),
(wiki_show_footer), (wiki_handle_http_request), (wiki_init):
* src/wikitext.h:
Added simple search functionality.
Messed with some header defines
Imporved webserver startup