Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Date Revision Id HeadURL
  • svn:mime-type: text/plain

# Date Author Comment
1908 2013-06-07 04:58 Dietmar

! class.admin.php corrected url_help,
add Translat::disableAddon() in methode print_footer
! frontend.functions.php page_content() set $sSectionIdPrefix to the right format
! functions.php change get_parent_titles from menu_title to filename

1786 2012-10-12 17:39 Dietmar
  1. fixed double content
1785 2012-10-12 16:08 Dietmar
  1. fixed language uninstall, change mysql to strict
    ! secure fix for search update in settings, search_footer now can be empty
    ! change ->fetchRow() to ->fetchRow(MYSQL_ASSOC) in frontend.functions.php
1770 2012-09-24 17:40 Dietmar
  1. fixed issues with database names
    WbDatabase::getTableEngine() changed SQL statement to strikt.
    ! remove empty warning box if you aren't sysadmin
    ! change order errorhandling in installation save.php
  2. typofix in news/upgrade.php $MESSAGE
    ! Framework/frontend.functions.php change file_exists to is_readable
1746 2012-09-08 18:21 Dietmar
  1. add prefix wb_ to class name for content container
    if module has the same name as a html markup e.g code
1745 2012-09-08 15:06 Dietmar

! add div container in page_content for each sections,
! update droplets SectionPicker, ShowWysiwyg and ShowRandomWysiwyg
! put sec_anchor in this div, sec_anchor fixed in all found files
sec_anchor default now set to "section_",
sec_anchor can't be empty for future developement

1740 2012-09-05 06:31 Dietmar ! frontend.functions.php remove return $content in page_content(),
incompatible with search logic
! /include/jquery forgot jquery version.txt
  1. /form/view.php fixed wrong compare syntax
1730 2012-08-31 03:41 Dietmar
1701 2012-08-27 16:58 Dietmar

! /framework/frontend.functions
! change multi-dimensional arrays (variables) to similar arrays
! method page_content, add parameter $echo true to print $content, false return $content

1598 2012-02-06 16:32 Dietmar

fixed undefined fragment index in initialize.php
add $_SESSION['HTTP_REFERER'] storing active pagelink if page_id != 0

1529 2011-11-25 06:03 Dietmar

add new backend theme handling (Tks to Stefek)

1503 2011-08-18 04:18 Dietmar

change sql statements to strict in module droplets
fix vars in compatibility mode for versions before 2.8.1 in frontend.functions.php

1501 2011-08-12 14:58 DarkViper

removed stoneaged code from 2.4

1499 2011-08-12 13:21 DarkViper

little fix in calling globalExceptionHandler from inner core files

1496 2011-08-11 18:15 DarkViper

activate globalExceptionHandler in inner core files

1487 2011-08-10 15:20 DarkViper

class.order completely recoded to reduce SQL requests
all other files: fix SQL-statements to SQL-strict

1464 2011-07-01 02:44 DarkViper

fixed little bug in moveCssToHead()

1457 2011-06-25 19:18 Dietmar

Preparing 2.8.2 stable, last tests

1443 2011-04-19 21:38 Dietmar

remove auto including YUI Framework in backend for modules, enable with >print_footer(true)
>print_error and ->print_success too accept a message as array
auto validate in frontend if style block inside body tag
captcha now XHTML valide

1420 2011-01-26 18:43 Dietmar

YGN Ethical Hacker Group (2.8.2 / 2.9.0)

1374 2011-01-10 13:21 Dietmar

fixed headerinfos

1373 2011-01-10 13:14 Dietmar

update headerinfos

1369 2011-01-06 07:17 Dietmar

add jquery-include.js (Tks to Stefek)
update bind jquery in frontend, jquery-include.js and jquery-insrt.js are included

1368 2010-12-31 16:46 Dietmar

delete class.secureform.php
add newest SecureForm
fixed Call to a member function read() on a non-object in function register_frontend_modfiles

1363 2010-12-29 12:44 Dietmar

Ticket #1053, Ticket #941 show_breadcrumb

1349 2010-12-19 20:04 Dietmar

add ini_set('display_errors', 1) (Tks to Thorn)
update headerinfos

1337 2010-04-27 20:09 Dietmar

add an extra class class.secureform.php and extends it to class.wb.php
check for installed modules before loading in content

1310 2010-04-01 02:43 Dietmar

Ticket 963 Minor XSS issue in admin login
update jquery-ui-min.js from 1.7.2 to 1.8.0
Fixed typo in the english language file

1277 2010-01-28 06:18 Dietmar

update headertext

1270 2010-01-22 23:56 Dietmar

set svn keywords

1269 2010-01-22 23:51 Dietmar

Ticket #869 Droplet-Engine does'nt work in some case
continue update header info

1252 2010-01-19 17:57 Dietmar

removed wb_path as javascript var (thanks to Bianca)

1250 2010-01-16 13:59 Dietmar

fixed snippets including frontend.css and frontend.js without register_frontend_modfiles

1242 2010-01-13 07:34 Dietmar

Ticket #911 Beginning to fix More CSS-errors in WB backend
add SVN- Revision to backend theme

1235 2010-01-10 15:11 Dietmar

Ticket #903 fix CSS-errors in WB backend
add title class in show_breadcrumbs, now full css styling

1234 2010-01-05 03:20 Dietmar

update revision ID

1233 2010-01-05 02:39 Dietmar

recoded function show_breadcrumbs

1181 2009-11-24 19:42 Dietmar
1171 2009-10-13 20:10 Ruud

fixed breaking droplets by highlighting search-words in search result pages.

1166 2009-10-12 18:54 Dietmar

Fix Bugs headersend errors in some core files
delete whitespaces after ?>

1165 2009-10-12 06:52 Dietmar

update function show_bread_crumb in framework/frontend.functions.php,
replace separator with entities char, add title for multilingual,
set breakcrumb in div container class="breadcrumb",
set separator in span tag class="separator",

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

1107 2009-08-06 18:39 Matthias

Fixed bug that frontend.js, frontend.css and frontend_body.js are not used from snippets (ticket #764) (Thanks to Luisehahne)

1105 2009-08-06 17:36 Matthias

Added option to use a frontend_body.js in modules to include javascript from modules in the body of the frontend (Thanks to Luisehahne)

1061 2009-07-14 14:15 aldus

changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings. Also "wb-setup.php' inside the jscalendar folder.

992 2009-06-15 18:22 Matthias

Fixed small bug introduced in changeset [989]

989 2009-06-15 15:12 aldus

Add Droplets Modul to the project and the modificated files (index, seach and frontendfunctions)

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

886 2008-12-26 18:45 thorn

fixed two issues with searchresult-highlighting: do not highlight in

/-tags, do not convert < to < anymore.

881 2008-11-22 16:51 thorn

search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch. Replaced strtr() by str_replace() (it's just faster). Changed ' to '

871 2008-11-01 00:27 thorn

added config for section anchor.
ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.

869 2008-10-29 20:05 thorn

search: added search_lang for use in search-form. Using DE, the search will search รค=ae,... (alternate spelling of german umlauts)
removed undocumented word-boundary search
search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")...

776 2008-03-27 18:00 thorn

fixed issue with highlighting while charset != utf-8

761 2008-03-24 15:54 thorn

search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3.
FCK-Editor: loads large pages faster

740 2008-03-03 19:57 thorn

fixed an issue with highlighting

697 2008-02-13 19:51 thorn

fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section

696 2008-02-10 23:04 doc

fixed E_NOTICE warning with already defined module frontend constants

673 2008-02-08 19:59 doc

Removed module mail_filter and added revised version under new module name output filter. Bugs with regular expression fixed.

663 2008-02-03 10:08 thorn

out-of-date default page isn't shown anymore, instead shows next public page

661 2008-02-02 21:52 thorn

search will show email-addresses, even if email-filter is activated (on page with highlighting). Fixed.

576 2008-01-20 16:38 doc

Added the new admin tool email output filter which allows to transform emails before displaying them on the frontend

552 2008-01-18 02:56 thorn

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

526 2008-01-11 16:48 doc

Added constants MOD_FRONTEND_CSS_REGISTERED and MOD_FRONTEND_JAVASCRIPT_REGISTERED to function frontend.functions.php to allow modules to check if the register_frontend_modfiles function is invoked from the index.php of the current template.

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

516 2007-09-21 18:17 Matthias

Fixed a typo in /framework/frontend.functions.php cause that websites using the new register_frontend_modifles() functions implemented with v2.6.6 do not validate

504 2007-07-01 08:33 Matthias

Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)

490 2007-06-23 10:13 Matthias

Fixed issue with escaped single and double quotes in search result (Thanks to thorn)

482 2007-06-14 22:38 Matthias

Again fixed some issues with search results page on some php4 servers (Thanks to thorn)

478 2007-06-11 18:22 Matthias

speeded up highlighting on big WYSIWYG pages;
fixed: '>' wasn't shown in highlighting result;
Thanks to thorn

476 2007-06-09 08:28 Matthias

Added function wich replaces mbstring cause this seems not to work properly on some php4 versions (Thanks to thorn)

461 2007-05-14 22:17 Matthias

Added support for ISO-8859-6. WB now fully supports UTF8 and all ISO charsets except ISO-2022-JP and ISO-2022-KR. This languages only can be used with UTF8.

458 2007-05-12 20:14 doc

Added package which allows to integrate optional JS & CSS module files (frontend.css, frontend.js, backend.css, backend.js) into the <head> section of the HTML code. This allows developers to code modules which creates (X)HTML valid output.

445 2007-04-10 20:04 Matthias

Optimized search and highlighting funktions

442 2007-04-01 15:09 Matthias

Fixed issues with some languages when UTF8 is used.
Removed all htmlentites from the code (revoked changeset [396]) and added new functions instead.
Adapted the search and the highlighting to use the new functions.
With this changes WB can now be used with charset UTF8 for all languages.

438 2007-03-04 10:07 Matthias

Fixed some issues in search highlighting function (Thanks to thorn)

437 2007-03-03 14:24 Matthias

Added new function for highlighting search results in the content area; Fixed some issues in search with special chars; (Special thanks to "thorn" and "Funky_MF")

435 2007-02-18 09:30 doc

Added functions page_css() and page_javascript() to frontend.functions.php. Function include link references in the head section to the optional module.css and module.js files.

412 2007-01-02 23:15 Matthias

Added Id keywords to all missing files

399 2006-12-24 08:50 Matthias

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

396 2006-12-23 20:23 Matthias

Fixed problem with Page Title has to be escaped (#287)

381 2006-12-20 22:09 Matthias

Fixed large space between menupoints in IE (#349)

380 2006-12-20 21:58 Matthias

Fixed Website description is not displayed when no page description is available (#348)

320 2006-03-02 22:08 stefan

Due to compatibility reasons, removed support for MEMORY_USAGE again. Updated CHANGELOG.

316 2006-03-01 15:04 stefan

Added support for tag [MEMORY_USAGE] in page footer. Renamed tag [PROCESSTIME] to [PROCESS_TIME]

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

294 2006-02-03 22:32 stefan

Added parameter depth to show_breadcrumbs function to set the number of levels to be show.

289 2006-01-28 21:32 stefan

Fixed: Breadcrumbs showed incorrectly when using the level feature.

286 2006-01-23 22:15 stefan

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

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.

220 2005-11-18 15:51 stefan

Some changes and fixes to menu code

217 2005-10-30 20:44 stefan

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

151 2005-09-19 04:46 ryan

Update for new addons table

120 2005-09-17 12:26 stefan

Minor fix.

115 2005-09-16 23:13 stefan

Fixed ticket #19 (addon link not shown). Corrected breadcrumbs code.

112 2005-09-16 00:44 stefan

Implemented hook for new module type "snippet".

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

58 2005-09-09 23:41 stefan
48 2005-09-08 16:05 stefan

Fixed minor compatibility bug

27 2005-09-06 01:34 stefan

Reworked visibility and menu code (frontend login problem)

20 2005-09-05 02:16 stefan

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