Commit graph

901 commits

Author SHA1 Message Date
chschy
ca245b93fd issue 160, Modify ip checked in admin pages
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9199 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-19 09:19:48 +00:00
flyskyko
1e0337e44f issue 160, fix a bug for get DB info
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9198 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-19 08:38:27 +00:00
chschy
e38b406b62 issue 160, apply google analytics script
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9194 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-19 06:11:39 +00:00
ucorina
cb8e8cbccb Bug fix for compatibility of db classes with php 4.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9167 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-15 16:07:25 +00:00
ucorina
aa1f0ceddc Changed db class to always run select queries on slave.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9141 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-13 10:33:20 +00:00
ucorina
20d589afc0 Few more changes for last commit - "Moved call to getDBParser from XmlQueryParser.class.php to DB.class.php".
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9140 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-09 15:48:10 +00:00
ucorina
e1bf4523c7 Moved call to getDBParser from XmlQueryParser.class.php to DB.class.php - because otherwise the XmlQueryParser would have been included even when it was not needed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9139 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-09 15:05:29 +00:00
ucorina
02c7587226 issue 157 - Updated code so that no queries will execute when DB is not set and removed default escape char hack.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9129 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-08 14:57:31 +00:00
flyskyko
662b3f0915 issue 160, fixed eval lang code
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9128 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-08 10:39:07 +00:00
flyskyko
e4031ad4db issue 157, change default escape char.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9121 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-08 08:06:27 +00:00
chschy
f00e0618ec Apply admin ip check
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9111 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-08 06:08:44 +00:00
devjin
af4c27f832 add identifier choice
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9110 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-08 06:06:17 +00:00
flyskyko
cb606b30b5 issue 158, change template cache filename(include XE version)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9106 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-08 03:12:53 +00:00
flyskyko
d287c4ee11 change query cache file name(add XE version)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9104 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-08 02:28:17 +00:00
ucorina
78db12a858 Improvements for query classes.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9102 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-07 17:10:40 +00:00
ucorina
f1c9668478 Fixed Insert and UpdateExpression bugs - error : Call to a member function getValue() on a non-object in ./classes/db/queryparts/expression/UpdateExpression.class.php
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9101 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-07 17:07:13 +00:00
chschy
81fea3d67d Delete favicon add code
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9100 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-07 12:53:31 +00:00
chschy
3e446d8ea9 delete debugPrint
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9099 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-07 12:50:18 +00:00
flyskyko
9f94898ff0 apply favicon, mobile icon
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9097 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-07 12:41:04 +00:00
chschy
574ae40bd1 Add favicon link
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9091 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-07 11:14:55 +00:00
ucorina
f9ab723f57 QueryArgument - Removed a call to a function that no longer exists.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9067 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-06 15:53:14 +00:00
ucorina
33df36e715 Query cache file - added condition to skip null arguments that do not need validation and are not mandatory.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9066 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-06 15:50:30 +00:00
ucorina
ec0bad3f64 Updates to Condition - refactored some methods to save calculated values in private properties, so that the parsing won't execute multiple times.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9064 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-06 13:28:32 +00:00
flyskyko
d10698d7fb use eval() for lang code when first install
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9053 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-06 09:17:00 +00:00
flyskyko
b8a597e219 fixed wrong path when XE is installed in web root
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9050 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-06 07:00:50 +00:00
ucorina
3f8d72b537 Updated Condition query part class to make code more readable and reduce calls to ->hasArgument().
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9035 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-05 17:00:08 +00:00
ucorina
833dcfae37 Updated the way DB class files are included.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9034 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-05 14:15:20 +00:00
flyskyko
702267086f now, you can use variable in <load>
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9018 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-04 10:50:05 +00:00
flyskyko
8062daecf3 change cdn feature
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9017 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-04 08:48:26 +00:00
flyskyko
8e20c6057e fixed do not validate uploaded file name
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9014 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-03 12:01:56 +00:00
taggon
76999d3054 Support patterns in field name
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8995 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-02 07:49:25 +00:00
devjin
d58e4f32b2 dynamic ruleset parsing
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8988 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-02 06:43:41 +00:00
ChanMyeong
4ba036f045 layout thumbnail.png uploaded.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8985 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-02 05:13:10 +00:00
ChanMyeong
bd6be95b08 #waitforserverresponse -> .wfsr
admin.css .x class added.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8983 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-02 04:07:33 +00:00
ChanMyeong
177720b6fb User UI enhancement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8973 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-01 07:38:33 +00:00
flyskyko
236bb1528b do not apply admin layout when faceoff edit view
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8952 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-30 09:53:54 +00:00
taggon
021868aa1e Fixed a bug for client-side validation
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8949 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-30 08:46:43 +00:00
taggon
03555a065f Fixed a bug for client-side validation
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8948 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-30 08:45:59 +00:00
flyskyko
68afb4b5ad fixed wrong return value in proc()
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8915 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-26 07:59:10 +00:00
ngleader
83a38b61fa Issue 130 adding xml spec for multi-languages.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8909 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-26 06:42:07 +00:00
lickawtl
4f6336d746 fix a bug with multiple DB support
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8899 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-25 15:58:27 +00:00
flyskyko
97f5d5b618 add @ mark to htmlspecialchars because display warning when value is not a string
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8891 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-25 08:31:13 +00:00
taggon
6d14ce99ef Fixed a buf for validation
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8890 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-25 08:19:54 +00:00
flyskyko
b1afb09dbc change "return" to "continue" when invalid parameter in encodeHTML()
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8880 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-25 05:01:24 +00:00
taggon
1d27b6ae7a As now, encodeHTML() can process a normal array
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8874 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-25 02:24:17 +00:00
flyskyko
49cbb86e7d not encode when value is $user_lang
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8861 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-24 07:24:35 +00:00
flyskyko
fe9a50c6c0 Fixed a typo
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8858 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-24 06:52:37 +00:00
taggon
2255974481 Fixed a bug for client-side validation (again)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8844 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-23 09:15:07 +00:00
taggon
caf604144d Fixed a bug for client-side validation
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8843 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-23 09:13:25 +00:00
taggon
8c8f3dc298 Fixed a bug for client-side validation
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8841 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-23 08:57:24 +00:00