Revision 559
Added by Matthias almost 17 years ago
trunk/CHANGELOG | ||
---|---|---|
16 | 16 |
# Fixed hardcoded /pages issue in intro page feature |
17 | 17 |
+ Added example .htaccess to parse .html files, fixed bug in changeset 555 |
18 | 18 |
! Revoked parts of changeset 547 and again introduced changeset 540 |
19 |
+ Added keywords to new files |
|
19 |
+ Added keywords to modules/fckeditor and all other new files
|
|
20 | 20 |
18-Jan-2008 Thomas Hornik |
21 | 21 |
# fixed two E_NOTICE-warnings in admin/pages/index.php |
22 | 22 |
+ added new module-based search-function |
trunk/wb/modules/fckeditor/class.cssparser.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id$ |
|
4 |
|
|
3 | 5 |
/* |
4 | 6 |
|
5 | 7 |
Website Baker Project <http://www.websitebaker.org/> |
... | ... | |
26 | 28 |
* |
27 | 29 |
* See the readme file : http://www.phpclasses.org/browse/file/4685.html |
28 | 30 |
* |
29 |
* $Id: cssparser.inc.php,v 1.2 2005/03/30 23:42:15 yalnifj dead $
|
|
31 |
* $Id$ |
|
30 | 32 |
* |
31 | 33 |
* @author http://www.phpclasses.org/browse/package/1289.html |
32 | 34 |
* @package PhpGedView |
33 | 35 |
trunk/wb/modules/fckeditor/uninstall.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id$ |
|
4 |
|
|
3 | 5 |
/* |
4 | 6 |
|
5 | 7 |
Website Baker Project <http://www.websitebaker.org/> |
6 | 8 |
trunk/wb/modules/fckeditor/css_to_xml.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id$ |
|
4 |
|
|
3 | 5 |
/* |
4 | 6 |
|
5 | 7 |
Website Baker Project <http://www.websitebaker.org/> |
6 | 8 |
trunk/wb/modules/fckeditor/info.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id$ |
|
4 |
|
|
3 | 5 |
/* |
4 | 6 |
|
5 | 7 |
Website Baker Project <http://www.websitebaker.org/> |
6 | 8 |
trunk/wb/modules/fckeditor/include.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id$ |
|
4 |
|
|
3 | 5 |
/* |
4 | 6 |
|
5 | 7 |
Website Baker Project <http://www.websitebaker.org/> |
6 | 8 |
trunk/wb/modules/fckeditor/index.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id$ |
|
4 |
|
|
3 | 5 |
/* |
4 | 6 |
|
5 | 7 |
Website Baker Project <http://www.websitebaker.org/> |
6 | 8 |
Also available in: Unified diff
Added keywords to modules/fckeditor files