Commit Graph

34 Commits

Author SHA1 Message Date
9954387e90 Removed redundant lib2/cookie.inc.php, changed all uses to new Cookie service. Except lib1 - should be phased out anyway. 2014-01-19 02:48:49 +01:00
6a487c218d Removed loading login.class.php from lib2/common.inc.php. So no $login variable is propagated anymore (for lib2).
Fixed all calls in index.php and included files. DID NOT YET FIX OTHER PAGES! THEY WILL BREAK!
N.B.: Instead of $login->..., you now have to do $GLOBALS['container']->get('ocde.login')->...
2014-01-18 23:50:39 +01:00
eeb1e659d3 Renamed login and cookie classes in lib2 to login2 and cookie2. Updated autoloader. More autoloading optimizations. 2014-01-14 01:33:46 +01:00
c2e063dd7b Started phasing out $opt['rootpath']. Replaced by Config class. Also optimized some class files (cookie, template). Minor changes. 2014-01-14 01:10:43 +01:00
d8dfe69821 Use core.php to load Autoloader and initialise everything.
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:37:24 +01:00
f8a58c18a3 Added Composer to manage autoloads and HTMLPurifier and Smarty.
Install by doing (from htdocs):
$ curl -sS https://getcomposer.org/installer | php
$ ./composer.phar install

If you want to update autoloader:
$ ./composer.phar dumpautoload

Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:35:35 +01:00
229c14071c added decimal dots to start page statistics 2013-08-04 16:00:37 +02:00
f61aa7568e lib1/2 update 2013-08-03 23:57:45 +02:00
b3ec39eba8 moved lib/classes to htdocs/libse 2013-07-20 12:53:39 +02:00
81147f6f04 Merge branch 'stable' 2013-07-19 15:39:37 +02:00
92d37647d2 added OConly mark to more cache lists; changed link title 2013-07-19 15:35:26 +02:00
30f0448465 ported maintain.php to lib2 2013-07-17 18:21:30 +02:00
72e07c0a79 search.php documentation; fixed throttle include 2013-07-15 14:08:24 +02:00
0ba258b1f3 merged stable to master 2013-07-14 21:36:51 +02:00
376401d416 reworked registration email; fixes #62 2013-07-14 21:34:15 +02:00
f5565a918c ported search.php & tools to lib2, and ...
- fixed logentry sorting for logs with identical date
- fixed &auml; etc. display in short descriptions on search results page
- try to select a matching language for the short descriptions
- added some translations
- hide download and map links if no search results (updates #235)
- nicer display of selectlocid page
- use site-dependent urls in GPX, LOC, TXT and KML
- unified XML encoding, now all done via two functions in lib2/util.inc.php (updates #121)
- some preventive XML encoding adjustments in GPX
- removed XML encoding in LOC CDATA section
- improved charset conversion for OVL and OV2 output
- some optimizations
- discarded lots of obsolete code
- disabled debug mode force_compile in OcSmarty class (performance)
2013-07-13 12:38:57 +02:00
7fa0c5c25c improved caches list in user profile; updates 88 2013-06-16 21:28:19 +02:00
07712191cb refactored and translated 404-errorpage 2013-04-25 23:58:07 +02:00
c053df0612 improved error handling and reporting 2013-03-25 16:58:26 +01:00
7eccc1d5d1 5394: block changing OC-specific cache types and sizes by ocprop 2013-03-24 17:07:53 +01:00
59217e1717 restored more conservative config handling;
fixed log removal bug on prod. system introduced with commit 5fe55ee
2013-03-23 22:23:09 +01:00
75891a2f02 fixed data license settings for new users; reconfigured OKAPI license link 2013-03-23 12:20:47 +01:00
1c40b83bd2 v3.0.5 code review: lots of small fixes and cleanup
- fixed nano selection in search form
- removed unused, duplicate thumb replacement pics
- freed mysql result in lib1 helppage-link generation
- fixed logpic-is-on-first-page calculation
- fixed and improved user option set handling
- readded map dragzoom
- improved log pic pages layout
- user pics page counter fix
2013-03-15 15:12:01 +01:00
8287bb9ef8 updated and optimized setting files; updated db changelog 2013-03-15 10:40:04 +01:00
df313402b4 added template-wise help pages 2013-03-08 15:15:53 +01:00
dd6f7991e2 merged new map 2013-03-04 02:34:05 +01:00
c5057c884a reworked map, especially GM3 and fullscreen map 2013-03-04 01:45:51 +01:00
051e60a1ba cosmetics 2013-02-18 22:01:40 +01:00
b7b51eab81 added invalid email address handling 2013-02-17 20:17:18 +01:00
275582628b bugfixes and typo after testing news and forum via RSS-feed 2012-10-02 22:48:14 +02:00
f6d0f92d58 added funcionality to get news and forum posts from RSS-feeds 2012-09-26 22:21:15 +02:00
ad59dc916b updates source code license and xml docu 2012-08-16 21:04:13 +02:00
abd5237cf4 #4496 PHP 5.3: Timezone settings 2012-07-23 00:59:46 +02:00
e05b7bb8f0 first init 2012-05-09 20:05:43 +02:00