Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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

42 2005-09-07 23:10 stefan

Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.

40 2005-09-07 21:22 stefan

Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes

36 2005-09-07 01:31 stefan

Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.

33 2005-09-06 10:19 ryan

Added frontend class initialisation code to RSS script

32 2005-09-06 10:16 ryan

Fixed some DB code for RSS script

31 2005-09-06 10:06 ryan

Fixed a minor parse error

19 2005-09-05 01:18 stefan

Removed direct access path disclosure occurrences.

10 2005-09-04 10:59 ryan

Added the Id keyword for all files

9 2005-09-04 10:53 ryan

Initial version of RSS newsfeed script - thanks to forum user "cman"

5 2005-09-04 09:42 stefan

Restructured frontend code and fixed various bugs

4 2005-09-01 08:49 ryan

Initial import from CVS to Subversion of Website Baker 2.5.2