Commit graph

1125 commits

Author SHA1 Message Date
devjin
0a80a5f9e3 git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9830 201d5d3c-b55e-5fd7-737f-ddc643e51545 2011-11-17 02:58:35 +00:00
devjin
7a9430263e The "getAutoEncodedUrl" function is added
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9829 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-17 02:19:05 +00:00
taggon
be6d9a096d Reformat class files based on PHP coding convention
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9828 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-17 02:00:46 +00:00
ovclas
339b2de797 issue 90 apply patch.
show security login message by config status


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9827 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-17 01:46:59 +00:00
ovclas
5af206c9a7 issue 89 apply patch
double quotes change to single quotes.
Defined by the user be able to add meta tags


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9826 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-16 09:25:16 +00:00
ovclas
186a6b640c issue 83 added patch for mobile check
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9817 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-16 06:56:49 +00:00
taggon
518a8a2f59 Reformat cache handler code
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9814 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-15 09:25:34 +00:00
ucorina
9ffb1b39a0 Issue 499: query xml > operation 에 and, or, xor 추가 건의
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9799 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-03 18:18:25 +00:00
dragan-dan
c5673fb7d5 google code issues 547 and 432 regarding cache improvements
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9797 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-03 12:54:11 +00:00
taggon
8a55d17cef issue 831 : Fixed a bug that an error occured if conditional statements include line feeds.
issue 843 : Fixed a bug that spaces at the back of template statements are removed.


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9795 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-03 03:56:16 +00:00
ucorina
3928e8ec37 Fix for xml condition tag - when no "var" attribute existed, functions were not evaluated (e.g. "curdate").
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9785 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-01 13:56:24 +00:00
flyskyko
ef059ba669 issue 767, added processing about 'no-error-return-url' attr. in form element.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9784 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-28 09:12:49 +00:00
ucorina
1d574bf4fe DB Update statement fix - add quotes arround curdate().
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9779 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-27 12:14:13 +00:00
taggon
0d56b9038b issue 697: Fixed a bug for wrong compiling switch statement
switch 문이 간혹 잘못 컴파일되던 버그 수정


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9771 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-27 06:43:54 +00:00
ucorina
d7a4598a96 Fix for cubrid - bug introduced in r9737 and fix for updateLayout - extra_vars attribute appears twice.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9762 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-26 10:18:52 +00:00
ucorina
0c5f501692 Issue 667: 게시판 목록 가져오는 쿼리의 검토 필요
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9737 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-25 16:11:24 +00:00
taggon
4e4eac40c5 Skip to proccess $ sign in single quotes
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9706 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-21 07:42:05 +00:00
taggon
5d797a51e4 issue 38: format code style
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9705 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-21 07:29:45 +00:00
ucorina
9f24618740 Issue 581: Can not login after r9685
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9702 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-20 15:28:34 +00:00
ChanMyeong
15bc72057b classes/xml/XmlQueryParser.class.php
// page_count 
$output->list_count->default (X)
$output->page_count->default (O)

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9701 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-20 09:36:33 +00:00
ChanMyeong
2d74cfb0a5 classes/extravar/Extravar.class.php
date input element readonly property was removed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9697 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-20 08:03:54 +00:00
taggon
59b7ce4d96 issue 512 : Template engine does not handle <marquee> from now.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9691 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-20 03:07:39 +00:00
ChanMyeong
8ef97b7618 classes/db/DBSqlite2.class.php
classes/db/DBSqlite3_pdo.class.php
'VARHAR'   => 'VARHAR' (X)
'VARHAR'   => 'VARCHAR' (O)

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9690 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-20 01:33:55 +00:00
ucorina
e41941ccd2 Issue 524 - Query error - fix for ipaddess.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9687 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-19 12:43:18 +00:00
ucorina
3830e90733 Issue 546: Memcache 핸들러 개선 제안
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9686 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-19 10:46:41 +00:00
ucorina
8de6d4338d Issue 524 - Query error.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9685 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-19 10:32:04 +00:00
ovclas
f592979ce5 issue 496 when lang change to english, cmd_save lang still showed korean lang
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9657 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-17 05:09:12 +00:00
ucorina
7996fa8bf6 Fixed Sqlite DELETE and UPDATE syntax errors.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9652 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-14 16:35:43 +00:00
ucorina
2160ca2833 Fix for Sqlite - "Transaction already started" PDOException. Added unit tests for delete and update Sqlite syntax.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9651 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-14 16:05:47 +00:00
ovclas
8ddabdefee issue 485 if new lang add, langcode manager apply admin layout.
but layout should be not apply to langcode manager


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9646 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-14 02:00:11 +00:00
ucorina
75478d2757 Fixed a few issues with sqlite class.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9645 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-13 17:10:43 +00:00
ucorina
873d3e704a Issue 490: Patch for /branches/1.5.0/classes/db/queryparts/condition/ConditionWithoutArgument.class.php
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9644 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-13 15:01:15 +00:00
ucorina
e8741e7cb6 Issue 491: 1.5.0.5 설치우 버그?
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9643 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-13 14:53:30 +00:00
ucorina
bddb968dbf Issue 483: 'Invalid query' problem when use resource.updateItem(Package)DownloadedCount
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9642 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-13 14:43:23 +00:00
taggon
9f9c6dd9be issue 472: Fixed a bug that radiobox's value is changed after displaying error messages
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9641 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-13 09:19:48 +00:00
flyskyko
05b2472288 fixed a bug related message module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9627 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-13 02:18:11 +00:00
devjin
289f077588 fixed check module grant
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9624 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-13 02:04:38 +00:00
devjin
28efdf9307 fixed module grant
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9623 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-13 01:15:54 +00:00
ucorina
84e7cb3e2f Issue 62: xml Query Supported Not Like
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9621 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-12 18:54:31 +00:00
devjin
5dee02c11d issue 331 fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9618 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-12 10:36:07 +00:00
taggon
4ed6f7327b issue 127: Fixed a bug that 'key=0' is removed in URL
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9616 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-12 09:58:08 +00:00
taggon
9003869fba Remove unnecessary javascript comment
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9613 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-12 09:01:16 +00:00
taggon
5a58ff1143 Improve constants support
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9599 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-12 04:42:05 +00:00
ucorina
af872e66ec Issue 366 - Issue about update from 1.4.5.x to 1.5.0.x using easyinstall
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9591 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-11 14:49:44 +00:00
taggon
7900dc32fc Fixed a bug for faceout layout
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9584 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-11 08:36:07 +00:00
taggon
fb15daa828 Trimming loop variables
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9583 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-11 08:12:41 +00:00
ovclas
64ce0b73a1 issue 78 404 not found page developement
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9578 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-11 06:52:32 +00:00
taggon
f8708a0595 Fixed a bug for loading language files
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9576 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-11 06:27:06 +00:00
ovclas
138eeaf2e3 issue 78 developement http status code display
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9569 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-11 05:52:33 +00:00
taggon
2a554f1d8a Support some special characters as a first-letter
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9562 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-11 04:38:54 +00:00