Project

General

Profile

Statistics
| Revision:

# Date Author Comment
575 2008-01-20 01:38 thorn

module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed

573 2008-01-20 00:22 thorn

fixed E_NOTICE-warning in news-module (SECTION_ID)

571 2008-01-19 20:51 thorn

adapted news-module to use the new jscalendar, removed old one

570 2008-01-19 20:16 doc

Some minor changes. Reduced success time out, set WYSIWSY background colgor to white, fixed some errors in the form module (only in conjunction with E_ALL)

569 2008-01-19 19:00 thorn

Module code: curly backets get deleted by pparse() from phplib. fixes #553

567 2008-01-19 17:30 Matthias

Fixed bug in news modul with missing variable PAGE_DIRECTORY

565 2008-01-19 16:07 thorn

Module menu_link: added dropdown-listbox to select anchor

564 2008-01-19 00:16 Matthias

changed version number of form modul

563 2008-01-19 00:13 Matthias

added again keywords to news modul files

562 2008-01-19 00:07 Matthias

Updated news modul with features from the advanced news modul

561 2008-01-18 21:48 Matthias

added keywords again to form modul files

560 2008-01-18 21:42 Matthias

Updated form modul with features from the advanced form modul

559 2008-01-18 20:12 Matthias

Added keywords to modules/fckeditor files

554 2008-01-18 13:26 Matthias

Added keywords to new files

552 2008-01-18 02:56 thorn

added new module-based search-function and publish-by-date code

547 2008-01-17 20:38 Matthias

Reintroduced changes from changeset [520] and [540] wich where overwritten by changeset [546]

Revoked changeset [541] end removed all PAGE_EXTENSION variables and the related option in WB settings as this function only works on Apache Servers together with .htaccess and mod_rewrite...

546 2008-01-17 19:10 doc

added the "users in multiple groups" feature (closes parts of ticket #546)

545 2008-01-16 23:09 thorn

fixed two issues with menu_link: adding a menu_link as first page did not worked; and an E_NOTICE-warning

543 2008-01-16 13:56 thorn

module menu_link: fixed page-deleteing-bug and some odd behavior, added table mod_menu_link

528 2008-01-11 19:44 doc

Added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)

527 2008-01-11 19:37 doc

Added FCKEditor as the new default WYSIWYG editor (htmlarea removed from the package)

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

495 2007-06-29 00:46 Matthias

fixed issue with special chars in news feed

445 2007-04-10 20:04 Matthias

Optimized search and highlighting funktions

431 2007-02-09 16:10 Matthias

Fixed wrong error message in form modul

415 2007-01-21 13:58 Matthias

Fixed issue in the search table entries of form modul

414 2007-01-13 12:11 Matthias

Fixed some bugs in rss.php

413 2007-01-07 18:07 Matthias

Fixed error when uninstalling the news modul

412 2007-01-02 23:15 Matthias

Added Id keywords to all missing files

409 2006-12-27 10:45 Matthias

Fixed form modul stores empty records

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