steinm
|
3765fd9ddd
|
- prepare for version 3.3.0
|
2012-02-08 11:15:52 +00:00 |
|
steinm
|
5a39bffd73
|
- replace more <?= by <?php
|
2012-02-07 10:31:31 +00:00 |
|
steinm
|
c196697420
|
- do not try to create files in conten directory if it could not be
found in the first place
|
2012-01-17 08:31:45 +00:00 |
|
steinm
|
5d355b8f6d
|
- new version 3.3.0-pre1
|
2011-12-21 12:15:38 +00:00 |
|
steinm
|
f43902413c
|
- set maxDirID to value set in settings.xml
|
2011-12-08 19:43:39 +00:00 |
|
steinm
|
3dedb42075
|
- categories of a document can be deleted
|
2011-12-06 12:28:36 +00:00 |
|
steinm
|
d2a4147de3
|
- just replace ' by \' in javascript code, do not use htmlspecialchars()
|
2011-12-05 16:44:09 +00:00 |
|
steinm
|
b0b47789db
|
- do not use mydmsDecodeString() anymore
|
2011-12-05 14:52:05 +00:00 |
|
steinm
|
670f0aca48
|
- call htmlspecialchars() where needed
|
2011-12-03 11:09:14 +00:00 |
|
steinm
|
5cf50ab13e
|
- call htmlspecialchars() before output
|
2011-12-03 11:08:26 +00:00 |
|
steinm
|
d9cedd79fc
|
- no more protection against sql injection in sanitizeString() (it's been
done when the sql statements are put together)
|
2011-12-02 09:13:07 +00:00 |
|
steinm
|
19d222b4df
|
- quote string propperly before using in sql statement
|
2011-12-01 21:37:10 +00:00 |
|
steinm
|
385274824d
|
- do not issue a warning if config file is not present during installation
|
2011-11-29 07:20:25 +00:00 |
|
steinm
|
c3c1694826
|
- added method qstr() to inc.DBAccess.php and use it class Session
|
2011-11-29 07:17:29 +00:00 |
|
steinm
|
f2e279f4c5
|
- no need to sanitize the session cookie, it is properly quoted when used
in the select statement
|
2011-11-29 07:16:04 +00:00 |
|
steinm
|
abd76b45a0
|
- added global statement
|
2011-10-26 07:31:48 +00:00 |
|
steinm
|
16eeb9bde8
|
- many more checks during installation process
|
2011-10-26 07:30:51 +00:00 |
|
steinm
|
8215cd7590
|
- put string into quotes in javascript code
|
2011-10-25 13:35:31 +00:00 |
|
steinm
|
ab3b98e1c1
|
- added _enableLargeFileUpload
|
2011-10-25 13:34:56 +00:00 |
|
steinm
|
0b7120239e
|
- use themes from dir themes if available
- fixed error in javascript to show attributes of file in Jumploader
- lots of vim folding
|
2011-10-19 08:56:15 +00:00 |
|
steinm
|
ebf23b7c30
|
- added switch to enable password forgotten function
|
2011-10-10 08:39:31 +00:00 |
|
steinm
|
cca7d2c3c6
|
- added function sendPassword()
|
2011-10-07 16:11:58 +00:00 |
|
steinm
|
8ef7cea072
|
- do not run install if ENABLE_INSTALL_TOOL is not available
- do not run letodms if ENABLE_INSTALL_TOOL is available
|
2011-07-27 06:22:26 +00:00 |
|
steinm
|
4742dce09d
|
- class Settings has been moved into inc.ClassSettings.php
|
2011-07-21 06:53:35 +00:00 |
|
steinm
|
4bfcad0784
|
- fixed some javascript to make it work with java 1.5
|
2011-07-20 07:09:52 +00:00 |
|
steinm
|
a915dccadf
|
- use global logger
|
2011-05-16 15:44:59 +00:00 |
|
steinm
|
0da9f5ba8e
|
- fixed line indenting
|
2011-05-16 07:31:57 +00:00 |
|
steinm
|
66e906853e
|
- use PATH_SEPARATOR
|
2011-03-23 13:26:08 +00:00 |
|
steinm
|
740c4954cb
|
- added new configuration variables
|
2011-03-15 14:19:17 +00:00 |
|
steinm
|
7937b5d884
|
- update to new configuration with xml file
|
2011-03-14 16:35:41 +00:00 |
|
steinm
|
cb6ff42daf
|
- added methode to show jumploader
|
2011-03-10 14:46:01 +00:00 |
|
steinm
|
53f30ad963
|
- moved extending include_path for adodb from inc.Settings.php into
inc.DBInit.php
|
2011-03-10 14:44:55 +00:00 |
|
steinm
|
dd898d659b
|
- set next upcomming version 3.1.0
|
2011-02-18 16:16:03 +00:00 |
|
steinm
|
d1778c7f15
|
- fixed path to Core.php
|
2011-02-18 16:15:32 +00:00 |
|
steinm
|
1fe1a04a19
|
- check database version
|
2011-02-03 15:11:01 +00:00 |
|
steinm
|
fd4924682d
|
- use !empty() instead of isset() from _coreDir
|
2011-01-31 11:05:15 +00:00 |
|
steinm
|
b61813474a
|
- use $dms->contentDir instead of $settings->_contentDir where ever possible
|
2011-01-28 07:41:26 +00:00 |
|
steinm
|
24dffb07ca
|
- do not use dir for letodms_core as include path anymore
|
2011-01-21 08:36:21 +00:00 |
|
steinm
|
56fc30b771
|
- new version 3.0.0-RC1
|
2011-01-20 14:49:02 +00:00 |
|
steinm
|
e761b28072
|
- expand path by $settings->_LetoDMSCorePath if set
|
2011-01-20 12:47:04 +00:00 |
|
steinm
|
5cc903ca8f
|
- include LetoDMS/LetoDMS_Core.php
|
2011-01-20 12:46:36 +00:00 |
|
steinm
|
a65ea4a3f1
|
- extend include_path by directory of adodb if set
|
2011-01-20 10:18:06 +00:00 |
|
steinm
|
8a84bc3b51
|
- rename all classes belonging to the core of LetoDMS into LetoDMS_Core_xxx
- move them all into LetoDMS_Core
|
2011-01-20 08:18:37 +00:00 |
|
steinm
|
dfd6d69b12
|
- added documentation
|
2011-01-14 19:41:07 +00:00 |
|
steinm
|
e6236378ad
|
- include inc.DBAccess.php
|
2011-01-14 19:40:38 +00:00 |
|
steinm
|
3de58ab8bc
|
- added documentation
|
2011-01-14 19:40:12 +00:00 |
|
steinm
|
a2027563b1
|
- added new class for representing a notification
|
2011-01-11 09:31:33 +00:00 |
|
steinm
|
e00419b1cc
|
- added more documentation
|
2011-01-11 09:06:59 +00:00 |
|
steinm
|
4235b3875e
|
- use new class LetoDMS_Session instead of accessing the database directly
|
2011-01-11 08:03:38 +00:00 |
|
steinm
|
f9cf7309d4
|
- new class for simple session management
|
2011-01-11 08:02:45 +00:00 |
|