Commit graph

864 commits

Author SHA1 Message Date
devjin
24ee496a42 issue 92 add Theme skin info
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8650 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-26 09:31:37 +00:00
ucorina
620b18e532 Update to string array arguments - added format with SQLSRV_PHPTYPE_STRING.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8635 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-25 17:33:27 +00:00
ucorina
39c2c004c2 Prepared statements - if argument is not given as array (eg. for IN clauses) even though it should be, convert it to an array.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8633 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-25 16:47:22 +00:00
ucorina
b3c75ac4db Fixed a few MSSQL bugs - related to array query arguments and increment columns.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8632 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-25 15:35:43 +00:00
lickawtl
6edd5f03a7 fix pagination
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8625 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-22 11:52:02 +00:00
ucorina
7de48344cc Fixed select bug - unless default value is explicitly set as empty string, ignore arguments whose value is empty string.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8624 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-22 11:50:08 +00:00
flyskyko
4686c06414 fix redirect when use message module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8621 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-22 07:51:59 +00:00
flyskyko
3ffba2152b modify to display field's language
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8620 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-22 07:32:24 +00:00
flyskyko
de47638d12 add message type to ModuleObject
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8618 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-22 05:25:29 +00:00
ucorina
8f04aa5d63 Update to condition tag - column name should also be accepted in the "var" attribute and not just "default" attribute.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8617 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-21 13:25:30 +00:00
flyskyko
88d86a973c change validator message
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8616 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-21 11:01:46 +00:00
ovclas
bfa45bfde4 issue 70 menu auto setting completed
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8615 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-21 02:49:07 +00:00
ucorina
e7fe19db1f Added support for selecting a subset of the columns specified in the XML query file.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8614 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-20 12:34:31 +00:00
ucorina
8b9468a165 Update to default value - set it both when value is null or empty string.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8613 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-20 09:54:07 +00:00
ucorina
98a85cdaa9 Fixed insert bug - nextSequnce was not properly retrieved.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8608 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-19 11:54:58 +00:00
ucorina
0c63c32b10 Fixed condition group bug - if there are more condition groups and the first doesn't get displayed, the pipe of the next is printed even though it shouldn't have been.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8607 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-18 15:58:46 +00:00
ucorina
ff679cc517 Fixed query argument bug - for in operation, if there was only one element, the brackets weren't added. Added unit test for this.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8605 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-18 15:17:49 +00:00
ucorina
5dc0b9c36c Fixed output bug - XML requests were not rendered properly because a newline was added at the beginning of the reponse.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8604 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-18 14:31:10 +00:00
ucorina
19c0ba4964 Fixed failing test for ConditionArgument class.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8603 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-18 12:36:39 +00:00
ucorina
bf1d72e478 Update to array condition arguments.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8602 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-18 12:25:27 +00:00
ucorina
9606e263e8 Added classes for testing db queries directly on a test database. Fixed a few insert bugs.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8600 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-14 17:00:16 +00:00
flyskyko
61e00415d6 issue 77 Remove PHP 5.3.x deprecated features
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8599 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-14 08:18:04 +00:00
ovclas
3fa20cd6b8 issue 70 admin menu use menu module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8592 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-13 07:26:19 +00:00
ovclas
683f041593 issue 70 menu working. Not yet completed source
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8590 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-13 01:51:44 +00:00
ucorina
54ef159878 Added support for addQuotes - escpaes special charcters in query arguments.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8585 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-08 15:10:42 +00:00
lickawtl
652cc1549a fix a bug where empty argument were escaped
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8584 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-08 14:04:50 +00:00
taggon
1e70e0240b issue 74: Implement conditional statement in rulesets
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8582 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-08 08:06:26 +00:00
ngleader
e63e29ed39 issue 70 admin ui/ux enrich base setting
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8578 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-08 02:56:34 +00:00
ucorina
76019a4b2b Started unit tests for condition and argument classes.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8577 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-07 14:34:56 +00:00
ovclas
dd52750715 issue 68 $_SESSION['logged_info'] delete.
because $_SESSION['logged_info'] deprecated.
if want use logged_info variable, can use variable in Context


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8567 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-06 08:32:01 +00:00
ucorina
d248d70773 Added subquery argument support to more types of queries.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8565 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-05 19:49:20 +00:00
ucorina
4b85afd9b3 Update to subquery alias.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8564 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-05 16:10:36 +00:00
lickawtl
e9dca90031 fix Argument and ConditionArgument type
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8563 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-05 15:53:52 +00:00
lickawtl
013ada255d fix Argument and Condition argument type
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8562 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-05 08:15:27 +00:00
ucorina
909276e16b Updates to unit tests for correlated subqueries.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8560 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-01 08:15:43 +00:00
taggon
402bfe6ab5 Correct a regular expression for urls
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8558 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-01 02:59:43 +00:00
ucorina
e313076cc8 Started unit tests for correlated subqueries - select, from, where.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8557 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-30 18:14:24 +00:00
ucorina
1353ade0c2 Added unit tests for correlated subqueries - select, from, where.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8556 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-30 15:36:03 +00:00
lickawtl
5d1eb1c21e new DBClasses for SQLite3 and Firebird databases.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8555 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-30 15:01:45 +00:00
ovclas
ac301bd6be test rollback
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8550 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-30 01:36:09 +00:00
ovclas
6bd99e7ae1 test
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8549 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-30 01:34:58 +00:00
ucorina
4973c78fbc Removed a var_dump statement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8546 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-29 13:04:39 +00:00
ovclas
13bf055f34 fix a bug for creating custom rules
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8542 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-29 05:33:16 +00:00
ucorina
0a53ac3e9d First version of uncorellated select subquery.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8539 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-27 17:44:56 +00:00
lickawtl
af9ced8c5c start implementing SubQuery
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8538 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-27 13:45:52 +00:00
ucorina
763fc6d56b DBMssql class - working version of XE with SQL Server.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8535 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-23 16:04:46 +00:00
ovclas
525d8e3f5f issue 46 validator apply to member module.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8533 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-23 06:03:29 +00:00
taggon
e63179d4ec Remove debug code
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8531 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-23 02:42:54 +00:00
taggon
d964631a14 issue 54 : Add a mobile agent string
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8529 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-22 09:30:07 +00:00
taggon
64430a7cc8 issue 55 : Fix a bug for missing uploaded files.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8527 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-21 14:04:59 +00:00