Project

General

Profile

Statistics
| Revision:

# Date Author Comment
277 2006-01-14 23:16 stefan

Fixed bug #105 - back buttons in addon detail pages not editable.

276 2006-01-14 22:53 stefan

Reverted config.php to rev 217.

275 2006-01-14 22:50 stefan

Replace 'admin' by 'wb' in all account pages. Moved print_success and print_error code to class.wb.php. Added correct parameters to these functions in account pages.

271 2005-12-12 01:31 ryan

Updated CHANGELOG

270 2005-12-12 01:12 ryan

Fixed problems on RSS script

269 2005-12-12 01:11 ryan

fixed bug with page description not being set

268 2005-12-12 01:00 ryan

Added extra protection from deleting all addons if none selected

267 2005-12-12 00:53 ryan

Added charset encoding for admin templates

266 2005-12-12 00:42 ryan

Fixed captcha bug for signup when disabled

265 2005-12-12 00:36 ryan

Fixed captcha problems when disabled

264 2005-12-12 00:29 ryan

Fixed typo in EN.php

263 2005-12-12 00:27 ryan

Fixed error in patch

262 2005-12-12 00:24 ryan

Change version from 2.6.0 to 2.6.1

261 2005-12-12 00:22 ryan

Applied patch to class.login.php

258 2005-11-28 10:09 ryan

Fixed small bug in forgot details app

256 2005-11-28 09:33 ryan

Added default charset option to settings

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

253 2005-11-27 13:43 ryan

Added captcha verification to sign-up form

252 2005-11-27 13:31 ryan

Updated installer to add captcha_verification into settings table

251 2005-11-27 13:30 ryan

Added captcha verification option to settings page

250 2005-11-27 10:44 ryan

Added Captcha to News module

249 2005-11-26 09:33 stefan

Fixed a problem with the install script that occur when non-stock modules are already present and use $admin->print_error().

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

246 2005-11-25 16:16 stefan

Improved default block content feature. Usage: If a template is used with multiple blocks and a page does not have content in one of the blocks, the content of this block is taken from the default (start) page instead. This behavior can be deactivated by setting ->default_block_content='none' or a specific page can be set using ->default_block_content=%page_id% where page_id stands for the page id of the page to use. This variable can be changed before every page_content call for the specific blocks to allow for complete flexibility.

245 2005-11-23 22:31 stefan

Fixed bug #70 - again...

244 2005-11-23 19:30 stefan

Fixed the dubious header already sent bug in installation

243 2005-11-23 17:44 stefan

Reintroduced option 'none' to WYSIWYG editor selection list in settings.

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

241 2005-11-23 16:54 stefan

Replaced by in templates round and allcss

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

236 2005-11-21 10:46 stefan

Changed line endings in install/save.php to Unix format

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)

233 2005-11-20 13:07 ryan

Modified some comments about copyright/license notices (see ticket #48)

232 2005-11-20 12:48 ryan

Added support for mailto: links in the menu link mod

231 2005-11-20 11:56 ryan

Added direct-access redirection on some files (see ticket #37)

230 2005-11-20 11:50 ryan

Added extra characters to convert.php (see bug #64)

229 2005-11-20 11:48 ryan

Corrected "Help" URL on admin start page

228 2005-11-20 11:46 ryan

Correct "Help" URL on admin start page

227 2005-11-20 11:22 ryan

Finished correct Captcha implementation in form mod

226 2005-11-20 10:32 ryan

Fixed bug #65 (last_reset check in account/forgot_form.php)

225 2005-11-19 23:24 stefan

Fixed bug #74 - permission settings no getting changed.

224 2005-11-19 22:56 stefan

Fixed save.php

223 2005-11-19 21:40 stefan

Fixed ticket #46 - addon details are taken from database. Minor changes to install/save.php.

222 2005-11-19 15:51 stefan

Fixed bug #71 - added $admin->strip_slashes() to intro2.php

221 2005-11-18 18:19 stefan

Fixed bug #70. Thanks to John.

220 2005-11-18 15:51 stefan

Some changes and fixes to menu code

219 2005-11-16 23:32 stefan

Fixed bug #61 - typo regarding standard menu_footer.

218 2005-11-14 10:47 ryan

Fixed spelling mistakes

217 2005-10-30 20:44 stefan

Frontend functions page_keywords() and page_description() now display page specific entries if present, otherwise website settings.

216 2005-10-29 01:23 stefan

Changed content of config.php to empty php tags.

215 2005-10-29 01:13 stefan

Fixed bug #54 - captcha functionality not working.

214 2005-10-27 18:26 stefan

Added a blank space to config.php to give it non-zero file size

213 2005-10-24 23:36 stefan

Fixed bug #45 - incorrect display of time in settings.

212 2005-10-24 23:08 stefan

Fixed bug #32 - (wrong use of add_slashes in installation script)

211 2005-10-23 15:34 stefan

Fixed bug #33 and other bugs regarding addon (un)installation

210 2005-10-23 14:50 stefan

Fixed bug #44 - module entries in addons table do not get deleted upon module uninstallation.

209 2005-10-23 14:42 stefan

Fixed bug #43 - double entries in addon table.

208 2005-10-23 14:27 stefan

Added octal to decimal conversion in initialize.php to create a proper integer value out of string file/dir mode constants.

204 2005-09-30 11:10 ryan

Fixed language install problem

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

199 2005-09-29 04:27 ryan

Fixed minor bugs with template and module permissions on groups

198 2005-09-29 04:22 ryan

Fixed template install problem

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

195 2005-09-29 04:16 ryan

Fixed some minor bugs with settings

194 2005-09-29 04:11 ryan

Added module_function-lowercasing

193 2005-09-28 16:04 ryan

Added credit for John's work on backup mod

192 2005-09-28 15:58 ryan

Semi-disabled use of "separate" page trash feature

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

186 2005-09-28 11:10 ryan

Added extra language objects

185 2005-09-28 11:09 ryan

Updated functions file

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

181 2005-09-28 10:55 ryan

Fixed minor module-loading bug on install

180 2005-09-28 10:51 ryan

Removed modules-table code

179 2005-09-28 09:56 ryan

Added text for backup module

178 2005-09-28 07:40 ryan

Finished reload module

177 2005-09-28 01:40 ryan

Fixed str_replace

176 2005-09-27 15:23 ryan

Worked on backup and reload modules

175 2005-09-27 08:24 ryan

Updated tools interface

174 2005-09-27 08:11 ryan

Updated tools interface

173 2005-09-27 08:01 ryan

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

172 2005-09-27 07:57 ryan

Changed included file name from include.php to tool.php

171 2005-09-27 07:53 ryan

Added blank template

170 2005-09-27 07:45 ryan

Fixed addon listing in numerous places so it now use's DB for info

169 2005-09-27 05:45 ryan

Fixed addon listing in numerous places so it now use's DB for info

168 2005-09-27 05:28 ryan

Added addons loading code