Project

General

Profile

Statistics
| Revision:

# Date Author Comment
109 2005-09-15 21:56 stefan

Added new setting 'wb_version' which is not changeable in admin>>settings but allows for easier upgrade scripts in the future.

108 2005-09-15 21:28 stefan

Minor cleanup.

107 2005-09-15 21:22 stefan

Corrected session code.

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).

105 2005-09-14 19:49 stefan

Fixed some issues regarding settings.

103 2005-09-14 09:19 ryan

Moved all modules,templates, and languages into previous locations

101 2005-09-14 00:06 stefan

Removed another occurrence of OPT_REMOVE_ALL_PATH (pclzip).

100 2005-09-13 23:53 stefan

Fixed problems with settings section in admin.

99 2005-09-13 23:35 stefan

Implemented upgrade functionality in templates and languages. Fixed some bugs.

98 2005-09-13 22:46 stefan

Removed debugging lines.

97 2005-09-13 11:17 stefan

Cleaned up settings/save.php

96 2005-09-13 09:14 stefan

Fixed problems with settings in database. Should be fully functional again.

95 2005-09-13 01:08 stefan

Moved settings from config.php into database.
NOT FULLY WORKING!!!

89 2005-09-12 09:48 ryan

Moved EN language

88 2005-09-12 09:48 ryan

Moved Simple template

87 2005-09-12 09:47 ryan

Moved Round template

86 2005-09-12 09:45 ryan

Moved the All CSS template

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.

71 2005-09-11 15:49 stefan

Deleted htmlarea folder under include

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.

68 2005-09-11 14:44 stefan

Fixed bug in new module installation routine. Added language string "Upgraded successfully".

67 2005-09-11 14:30 stefan

Implemented Installation of modules on top of an older version. This is done via checking $module_version. Instead of install.php, upgrade.php is then called if it exists in the module package. For module developers: $module_version and $new_module_version are accessible in upgrade.php to find out what upgrade steps need to be taken.

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

61 2005-09-10 01:36 stefan
60 2005-09-10 00:12 stefan
59 2005-09-10 00:04 stefan

Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.

58 2005-09-09 23:41 stefan
57 2005-09-09 23:06 stefan
55 2005-09-09 23:01 stefan

Removed initialize.php, moved initialization code to class wb constructor. Changed attribute no_default_content to default_block_content and changed behavior.

54 2005-09-09 15:26 stefan

Fixed bug #2 - Issue when changing page parent

53 2005-09-09 13:48 stefan

Fixed addslashes issue in form/save_field.php

52 2005-09-09 09:14 stefan

Changed language string name 'EDITOR' to 'WYSIWYG_EDITOR'

51 2005-09-08 17:19 stefan

Added new frontend class attribute no_default_content which controls what is shown in other blocks on pages like search, login,... and corrected implementation

50 2005-09-08 16:37 stefan

Fixed typo

49 2005-09-08 16:23 stefan

When PAGE_CONTENT is defined, other blocks are still shown

48 2005-09-08 16:05 stefan

Fixed minor compatibility bug

47 2005-09-08 15:16 stefan

Added htmlspecialchars when saving intro page

46 2005-09-08 01:28 stefan

Fixed minor bugs

45 2005-09-08 01:20 stefan

Implemented choice of WYSIWYG editor

44 2005-09-08 01:17 stefan
43 2005-09-08 00:20 stefan

Added automatic frontend redirection on login.

42 2005-09-07 23:10 stefan

Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.

41 2005-09-07 22:20 stefan

Corrected use of addslashes in install/save.php

40 2005-09-07 21:22 stefan

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

39 2005-09-07 17:01 stefan

Reverted erroneous deletion in class.wb.php

38 2005-09-07 16:56 stefan

Reworked search.php, fixed typo in media/browse.html.

37 2005-09-07 01:40 stefan

Removed debugging line...

36 2005-09-07 01:31 stefan

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

35 2005-09-06 20:45 stefan

Cleaned up code concerning deleting/restoring pages.

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

28 2005-09-06 01:56 stefan

Fixed bug concerning direct access of preferences page.

27 2005-09-06 01:34 stefan

Reworked visibility and menu code (frontend login problem)

26 2005-09-06 00:56 stefan

Pages in link list in htmlarea popup are now correctly ordered.

25 2005-09-06 00:50 stefan

Resubmitting changeset 23.

24 2005-09-06 00:31 stefan

Undoing changes from r21 on

23 2005-09-05 23:27 stefan

Fixed bug where group with existing name can be added.

20 2005-09-05 02:16 stefan

Rewrote menu function. Parameters are now given as attributes to frontend class.

19 2005-09-05 01:18 stefan

Removed direct access path disclosure occurrences.

18 2005-09-04 18:11 stefan

Added direct access redirection in framework files.

17 2005-09-04 18:07 stefan

Added direct access redirection in account files.

16 2005-09-04 17:17 stefan

Reduced redundant initialization code, removed further 'CVS' occurrences. Made $admin accessible in page_content function.

15 2005-09-04 16:46 stefan

Added directory check to browse.php to prevent xss exploit by trusted users.

13 2005-09-04 12:40 ryan

Changed 2.5.2 to 2.6.0

11 2005-09-04 11:20 ryan

Added the Id keyword into the top of each file that was missing it

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"

8 2005-09-04 10:28 stefan

All occurrences of "CVS" in the code are replace by ".svn"

7 2005-09-04 09:53 stefan

TIME_FORMAT definition was missing in initialize.php

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