Revision 991
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 |
15-June-2009 Matthias Gallas |
|
15 |
+ Added missing id tags and copyright notices to droplets modul |
|
14 | 16 |
15-June-2009 Dietrich Roland Pehlke (aldus) |
15 |
# Bugfix for ticket #725
|
|
16 |
+ Add "$wb->strip_slashes" again for backslashes are displayed in the output (view.php).
|
|
17 |
+ Add Droplets (Ruud)
|
|
18 |
+ modifications inside frontend.functions.php for backwart compatiblity (Ruud)
|
|
19 |
+ modifications inside the search to get the droplets seachable (Ruud)
|
|
17 |
# Bugfix for ticket #725
|
|
18 |
+ Add "$wb->strip_slashes" again for backslashes are displayed in the output (view.php).
|
|
19 |
+ Add Droplets (Ruud)
|
|
20 |
+ modifications inside frontend.functions.php for backwart compatiblity (Ruud)
|
|
21 |
+ modifications inside the search to get the droplets seachable (Ruud)
|
|
20 | 22 |
14-June-2009 Dietrich Roland Pehlke (aldus) |
21 |
# Bugfixes for (ticket #728)
|
|
22 |
+ Add additional constant to "install/save.php" to avoid conflikts during
|
|
23 |
# Bugfixes for (ticket #728)
|
|
24 |
+ Add additional constant to "install/save.php" to avoid conflikts during
|
|
23 | 25 |
installation inside "/framework/initialize.php". |
24 |
+ Add condition inside "/framework/initialize.php" to avoid conflikts
|
|
26 |
+ Add condition inside "/framework/initialize.php" to avoid conflikts
|
|
25 | 27 |
during installation; table "mod_captcha_control" doesn't exsits at runtime. |
26 |
+ Add test for tables inside "install/save.php" if the user uncheck "install table" option.
|
|
27 |
+ Additional Errormessage if nessesary tables are not found (english).
|
|
28 |
13-jun-2009 Matthias Gallas
|
|
28 |
+ Add test for tables inside "install/save.php" if the user uncheck "install table" option.
|
|
29 |
+ Additional Errormessage if nessesary tables are not found (english).
|
|
30 |
13-June-2009 Matthias Gallas
|
|
29 | 31 |
+ Added jQuery-insert.js and jQuery plugins (Thanks to Luisehahne) |
30 | 32 |
! Moved images in lQuery plugins folder (Thanks to Luisehahne) |
31 | 33 |
# fixed small german language issue in jscalendar (Thanks to Luisehahne) |
trunk/wb/modules/droplets/delete_droplet.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
trunk/wb/modules/droplets/info.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
trunk/wb/modules/droplets/droplets.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
trunk/wb/modules/droplets/example/index.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id: index.php 915 2009-01-21 19:27:01Z Ruebenwurzel $
|
|
3 |
// $Id$ |
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
|
7 | 7 |
trunk/wb/modules/droplets/install.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
trunk/wb/modules/droplets/index.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project <http://www.websitebaker.org/> |
|
8 |
Copyright (C) 2004-2009, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
*/ |
|
25 |
|
|
3 | 26 |
header('Location: ../index.php'); |
4 | 27 |
|
5 | 28 |
?> |
6 | 29 |
trunk/wb/modules/droplets/readme/index.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id: index.php 915 2009-01-21 19:27:01Z Ruebenwurzel $
|
|
3 |
// $Id$ |
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
|
7 | 7 |
trunk/wb/modules/droplets/uninstall.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
trunk/wb/modules/droplets/tool.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
trunk/wb/modules/droplets/languages/EN.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project <http://www.websitebaker.org/> |
|
8 |
Copyright (C) 2004-2009, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
*/ |
|
25 |
|
|
3 | 26 |
$DR_TEXT['DROPLETS'] = 'Droplet'; |
4 | 27 |
$DR_TEXT['BACKUP'] = 'Backup Droplets (Zip)'; |
5 | 28 |
$DR_TEXT['RESTORE'] = 'Restore Droplets (Zipped)'; |
6 | 29 |
trunk/wb/modules/droplets/languages/index.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id: index.php 915 2009-01-21 19:27:01Z Ruebenwurzel $
|
|
3 |
// $Id$ |
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
|
7 | 7 |
trunk/wb/modules/droplets/modify_droplet.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
trunk/wb/modules/droplets/add_droplet.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
trunk/wb/modules/droplets/backup_droplets.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
trunk/wb/modules/droplets/img/index.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id: index.php 915 2009-01-21 19:27:01Z Ruebenwurzel $
|
|
3 |
// $Id$ |
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
|
7 | 7 |
trunk/wb/modules/droplets/js/mdcr.js | ||
---|---|---|
1 | 1 |
|
2 |
// $Id: mdcr.js 793 2008-04-03 15:48:49Z doc $
|
|
2 |
// $Id$ |
|
3 | 3 |
|
4 | 4 |
|
5 | 5 |
function mdcr(a,b) { |
6 | 6 |
trunk/wb/modules/droplets/js/index.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id: index.php 915 2009-01-21 19:27:01Z Ruebenwurzel $
|
|
3 |
// $Id$ |
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
|
7 | 7 |
trunk/wb/modules/droplets/save_droplet.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
trunk/wb/modules/droplets/upgrade.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
2 | 5 |
/* |
3 | 6 |
* @version 1.0 |
4 | 7 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
5 | 8 |
Also available in: Unified diff
Added missing id tags and copyright notices to droplets modul