Project

General

Profile

Statistics
| Revision:

# Date Author Comment
496 2007-06-29 00:51 Matthias

added changeset [495] to branches

452 2007-04-30 14:40 Matthias

again copied all changes for WB 2.6.6 from trunk to branches

419 2007-01-29 10:38 ryan

Created up-to-date 2.6.x branch (based off 2.6.5 tag)

408 2006-12-25 05:01 ryan

Creating 2.6.5 tag

399 2006-12-24 08:50 Matthias

Added 2007 to all copyright notices
Added missing ID Keywords
Removed not Unix conform line endings

391 2006-12-21 06:26 Matthias

Code cleaning and fixing two issues in save_group.php

383 2006-12-20 22:18 Matthias

Fixed Captcha error when adding comment to news (#358)

382 2006-12-20 22:13 Matthias

Fixed table width 100% are wrong displayed in container templates when IE is used (#350)

379 2006-12-20 21:55 Matthias

Fixed group images in news modul cannot be stored (#342)

378 2006-12-20 21:52 Matthias

Fixed files in /pages/posts folder are not deleted (#340)

377 2006-12-20 21:48 Matthias

Fixed specialchars problem in the news modul (#339)

376 2006-12-20 21:45 Matthias

Fixed news modul stores empty records (#338)

375 2006-12-20 21:42 Matthias

Fixed Captcha didn't work in news comments (#337)

371 2006-12-20 21:17 Matthias

Fixed missing default values for INT fields in all system and modules tables (#329)

366 2006-12-05 04:30 ryan

Fixed typo bug in form module save_field

364 2006-08-22 11:35 stefan

Added get_post_escaped to wb class which automatically calls add_slashes on get_post output and used it in form/save_field.php

358 2006-05-20 14:18 ryan

Fixed problems that weren't fully addressed in changeset 356

356 2006-05-20 13:09 ryan

Added multi-submission protection to form module #119

355 2006-05-20 12:52 ryan

Fixed typo in news delete post page #283

354 2006-05-20 10:05 ryan

Fixed typo in news save comment page #282

341 2006-04-20 18:59 stefan

Changed to in htmlarea install script. Fixes obscure bug.

334 2006-03-16 11:34 stefan

Changed link target selection. Now: self, top, new. Ticket #145

331 2006-03-12 22:03 stefan

John: New option in backup tool - either export all tables in database or only WB specific.

326 2006-03-09 23:58 stefan

John: fixed ticket #82 backup module.

319 2006-03-02 22:02 stefan

Added permission check to admin/pages/add.php to fix ticket #68. Also used get_page_permission, get_user_details, get_page_details in some places.

317 2006-03-01 15:18 stefan

Changed all line endings to Unix stlye

314 2006-03-01 14:51 stefan

Removed duplicate expression from news/install.php

312 2006-02-19 08:23 ryan

Fixed ticket #133

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

309 2006-02-08 19:59 stefan

Added default value '' to all varchar and text fields

307 2006-02-06 16:16 stefan

Solved ticket #127, commas are now stored as htmlentity in database. Also changed wb_mail to mail in form/view.php.

299 2006-02-03 22:45 stefan John: /modules/news/submit_comment.php
  • ticket 124 - line 35, added captcha settings check
  • ticket 107 - line 72, changed captcha.php call to include timestamp
298 2006-02-03 22:43 stefan /modules/form/modify_settings.php
  • ticket 118 - line 89, added formfield type to check for email/text
    /modules/form/save_settings.php
  • ticket 115 - line 66, changed comparision
    /modules/form/view.php
  • ticket 115 - line 311, added correct timecheck
    ...
286 2006-01-23 22:15 stefan

Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.

282 2006-01-19 23:58 stefan

Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.

281 2006-01-19 23:44 stefan

Fixed bug #99 and two additional instances of catpcha instead of captcha.

270 2005-12-12 01:12 ryan

Fixed problems on RSS script

265 2005-12-12 00:36 ryan

Fixed captcha problems when disabled

255 2005-11-28 07:52 ryan

Added email validation to form module

254 2005-11-28 07:40 ryan

Fixed spacing with form submissions

250 2005-11-27 10:44 ryan

Added Captcha to News module

248 2005-11-25 16:47 stefan

Fixed bug where READ_MORE was never shown in news pages because 'long' was used as table column name instead of 'content_long'. Related to ticket #81.

247 2005-11-25 16:41 stefan

Fixed ticket #80 and some faulty stripslashes in news view.php

242 2005-11-23 17:24 stefan

Moved page_link function to class wb and changed page_link() in functions.php to use the wb class method

240 2005-11-23 16:17 stefan

Applied aportale's patch to use label instead of javascript toggle code

239 2005-11-22 12:50 stefan

Fixed more inconsistencies regarding line endings and end-of-file newlines

238 2005-11-21 11:43 stefan

Fixed inconsistent line ending styles

237 2005-11-21 11:12 ryan

Removed captcha code in footer var

235 2005-11-20 13:22 ryan

Updated CHANGELOG and some other files

234 2005-11-20 13:13 ryan

News mod now hides read more link if no need for it (see ticket #56)

227 2005-11-20 11:22 ryan

Finished correct Captcha implementation in form mod

215 2005-10-29 01:13 stefan

Fixed bug #54 - captcha functionality not working.

203 2005-09-30 01:52 ryan

Fixed bug in Form settings page

201 2005-09-29 05:08 ryan

Updated backup and reload info files

200 2005-09-29 04:30 ryan

Updated reload module info file

197 2005-09-29 04:19 ryan

Fixed minor bug in news mod

196 2005-09-29 04:19 ryan

Fixed minor bug in form mod

193 2005-09-28 16:04 ryan

Added credit for John's work on backup mod

191 2005-09-28 15:51 ryan

Finished backup module

190 2005-09-28 15:41 ryan

backup-sql.php now fully working

189 2005-09-28 13:15 ryan

Worked on backup-sql.php

188 2005-09-28 13:13 ryan

Worked on backup-sql.php

187 2005-09-28 13:12 ryan

Worked on backup-sql.php

184 2005-09-28 11:06 ryan

Fixed form action

183 2005-09-28 11:04 ryan

Moved backup-sql code into seperate script

182 2005-09-28 11:04 ryan

Moved backup-sql code into seperate script

178 2005-09-28 07:40 ryan

Finished reload module

176 2005-09-27 15:23 ryan

Worked on backup and reload modules

173 2005-09-27 08:01 ryan

Added basic structure for two new stock tools: backup and reload

166 2005-09-27 04:41 ryan

Fixed HTMLArea install script

158 2005-09-21 22:55 stefan

Replaced faulty use of add_slashes by addslashes.

155 2005-09-19 10:32 ryan

Update captcha code on submitting form

153 2005-09-19 08:32 ryan

Updated Captcha code

149 2005-09-19 04:42 ryan

Implemented backend captcha code

137 2005-09-19 01:44 ryan

Added Id keyword to htmlarea module files

136 2005-09-19 01:42 ryan

Updated module info files

134 2005-09-19 01:36 ryan

Updated module info files

125 2005-09-19 01:07 ryan

Added nl2br to body when viewing a form submission

116 2005-09-16 23:20 stefan

Removed strip_slashes_dummy.

114 2005-09-16 22:54 stefan

Module table entries now get deleted upon module installation. Removed 1 second delay in admin success messages.

106 2005-09-15 21:15 stefan

Renamed compatibility.php to frontend.functions.php.
Moved frontend functions from class frontend to frontend.functions.php.
Removed instances of strip_slashes_dummy. Replaced $this by $wb in a couple of places.
Created file initialize.php, where all initializations now take place (moved from class wb constructor).

103 2005-09-14 09:19 ryan

Moved all modules,templates, and languages into previous locations

85 2005-09-12 09:42 ryan

Moved Wrapper module

84 2005-09-12 09:41 ryan

Moved News module

83 2005-09-12 09:40 ryan

Moved Menu Link module

82 2005-09-12 09:39 ryan

Moved HTMLArea module

81 2005-09-12 09:39 ryan

Moved Form module

80 2005-09-12 09:38 ryan

Moved Code module

79 2005-09-12 09:37 ryan

Moved WYSIWYG module

74 2005-09-11 16:19 stefan

Fixed more path bugs concerning the htmlarea module transition.

73 2005-09-11 16:13 stefan

Fixed path bugs concerning the htmlarea module transition.

70 2005-09-11 15:47 stefan

Removed support for internal HTMLArea editor. Created new stock module HTMLArea.

69 2005-09-11 15:21 stefan

Removed support for internal HTMLArea editor.

66 2005-09-11 12:19 stefan

Changed column names in mod_news_posts from short,long to content_short, content_long.

65 2005-09-10 19:34 stefan

Rolled back changeset 62,63.

64 2005-09-10 16:21 stefan

Fixed a php peculiarity bug ;-)

62 2005-09-10 05:54 ryan

Added code to remove occurances DB_URL in Code module to prevent exposure of database info

53 2005-09-09 13:48 stefan

Fixed addslashes issue in form/save_field.php

46 2005-09-08 01:28 stefan

Fixed minor bugs

45 2005-09-08 01:20 stefan

Implemented choice of WYSIWYG editor