Project

General

Profile

« Previous | Next » 

Revision 1268

Added by Dietmar over 14 years ago

update header info

View differences:

branches/2.8.x/CHANGELOG
12 12
 
13 13
------------------------------------- 2.8.1 -------------------------------------
14 14
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
15
!	update header info
16
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
15 17
!	update fckeditor, forgotten to upload a file
16 18
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
17 19
#	Ticket #917 Update backend themes 
branches/2.8.x/wb/include/yui/yahoo/index.php
31 31
 *
32 32
 * @category        backend
33 33
 * @package         yui
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/include/yui/event/index.php
31 31
 *
32 32
 * @category        backend
33 33
 * @package         yui
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/include/yui/dragdrop/index.php
31 31
 *
32 32
 * @category        backend
33 33
 * @package         yui
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/admin/interface/version.php
31 31
 *
32 32
 * @category     	admin
33 33
 * @package      	interface
34
 * @filesource		$HeadURL$
35
 * @author       	Ryan Djurovich
36
 * @copyright    	2004-2009, Ryan Djurovich
37
 *
38 34
 * @author          WebsiteBaker Project
39
 * @link			http://www.websitebaker2.org/ 
40
 * @copyright		2009-2010, Website Baker Org. e.V.
41
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
42
 * @license      	http://www.gnu.org/licenses/gpl.html
35
 * @copyright       2004-2009, Ryan Djurovich
36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @link			http://www.websitebaker2.org/
38
 * @license         http://www.gnu.org/licenses/gpl.html
39
 * @platform        WebsiteBaker 2.8.x
40
 * @requirements    PHP 4.3.4 and higher
41
 * @requirements 	PHP 4.3.4 and higher
42
 * @revision     	$Revision$
43 43
 * @version      	$Id$
44
 * @revision     	$Revision$
45
 * @platform     	WebsiteBaker 2.8.x
46
 * @requirements 	PHP 4.3.4 and higher
44
 * @filesource		$HeadURL$
47 45
 * @lastmodified    $Date$
48 46
 * 
49 47
 */
......
55 53

  
56 54
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
57 55
if(!defined('VERSION')) define('VERSION', '2.8.1');
58
if(!defined('REVISION')) define('REVISION', '1267');
56
if(!defined('REVISION')) define('REVISION', '1268');
59 57

  
60 58
?>
branches/2.8.x/wb/admin/settings/save.php
31 31
 *
32 32
 * @category        admin
33 33
 * @package         settings
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/admin/settings/index.php
31 31
 *
32 32
 * @category        admin
33 33
 * @package         settings
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/logout.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/login_form.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/forgot.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/preferences.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/password.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$ 
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/forgot_form.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/preferences_form.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$ 
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/details.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/signup.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/email.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/index.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/signup2.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/login.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$ 
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/account/signup_form.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         account
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/search/search.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         search
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/search/search_convert.php
33 33
 *
34 34
 * @category        frontend
35 35
 * @package         search
36
 * @author          Ryan Djurovich
36
 * @author          WebsiteBaker Project
37 37
 * @copyright       2004-2009, Ryan Djurovich
38 38
 * @copyright       2009-2010, Website Baker Org. e.V.
39
 * @filesource		$HeadURL$
40
 * @author          Ryan Djurovich
41
 * @copyright       2004-2009, Ryan Djurovich
42
 *
43
 * @author          WebsiteBaker Project
44 39
 * @link			http://www.websitebaker2.org/
45
 * @copyright       2009-2010, Website Baker Org. e.V.
46
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
47 40
 * @license         http://www.gnu.org/licenses/gpl.html
48
 * @version         $Id$
49 41
 * @platform        WebsiteBaker 2.8.x
50 42
 * @requirements    PHP 4.3.4 and higher
43
 * @version         $Id$
44
 * @filesource		$HeadURL$
51 45
 * @lastmodified    $Date$
52 46
 *
53 47
 */
branches/2.8.x/wb/search/search_modext.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         search
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/search/index.php
31 31
 *
32 32
 * @category        frontend
33 33
 * @package         search
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/fckeditor/info.php
139 139
 *
140 140
 * @category        modules
141 141
 * @package         wysiwyg
142
 * @author          Ryan Djurovich
142
 * @author          WebsiteBaker Project
143 143
 * @copyright       2004-2009, Ryan Djurovich
144 144
 * @copyright       2009-2010, Website Baker Org. e.V.
145
 * @filesource		$HeadURL$
146
 * @author          Ryan Djurovich
147
 * @copyright       2004-2009, Ryan Djurovich
148
 *
149
 * @author          WebsiteBaker Project
150 145
 * @link			http://www.websitebaker2.org/
151
 * @copyright       2009-2010, Website Baker Org. e.V.
152
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
153 146
 * @license         http://www.gnu.org/licenses/gpl.html
154
 * @version         $Id$
155 147
 * @platform        WebsiteBaker 2.8.x
156 148
 * @requirements    PHP 4.3.4 and higher
149
 * @version         $Id$
150
 * @filesource		$HeadURL$
157 151
 * @lastmodified    $Date$
158 152
 *
159 153
 */
branches/2.8.x/wb/modules/news/info.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/view.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/upgrade.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/modify_post.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/save_post.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/languages/NL.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$ 
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/languages/NO.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/languages/EN.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/languages/DA.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/languages/RU.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/languages/FR.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$ 
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/languages/index.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */
branches/2.8.x/wb/modules/news/languages/DE.php
31 31
 *
32 32
 * @category        modules
33 33
 * @package         news
34
 * @author          Ryan Djurovich
34
 * @author          WebsiteBaker Project
35 35
 * @copyright       2004-2009, Ryan Djurovich
36 36
 * @copyright       2009-2010, Website Baker Org. e.V.
37
 * @filesource		$HeadURL$
38
 * @author          Ryan Djurovich
39
 * @copyright       2004-2009, Ryan Djurovich
40
 *
41
 * @author          WebsiteBaker Project
42 37
 * @link			http://www.websitebaker2.org/
43
 * @copyright       2009-2010, Website Baker Org. e.V.
44
 * @link			http://start.websitebaker2.org/impressum-datenschutz.php
45 38
 * @license         http://www.gnu.org/licenses/gpl.html
46
 * @version         $Id$
47 39
 * @platform        WebsiteBaker 2.8.x
48 40
 * @requirements    PHP 4.3.4 and higher
41
 * @version         $Id$
42
 * @filesource		$HeadURL$
49 43
 * @lastmodified    $Date$
50 44
 *
51 45
 */

Also available in: Unified diff