Commit graph

7466 commits

Author SHA1 Message Date
ovclas
baefb4536b #19705602 getNoticeList method add parameter
required column parameter


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8331 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-22 08:52:56 +00:00
ovclas
50e2e2f0d9 #19705602 getDocument method's parameter refactoring. required column specify
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8330 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-22 06:10:27 +00:00
ovclas
aee86c90ab #19685832 when module_srl is zero... condition is 'not in'. 'in' => 'not in' modify
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8329 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-22 01:13:38 +00:00
ovclas
8a9e0dffd9 #19705602 getDocumentList method add parameter. table column definable parameter
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8327 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-21 09:36:00 +00:00
ngleader
04fb1e0e06 r8032 fixed executeQuery function argument
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8326 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-21 02:36:56 +00:00
ovclas
5b57c2a6f5 merge from 1.4.5.3 ~ 1.4.5.5
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8324 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-19 02:59:26 +00:00
ovclas
e6e93c40a9 1.4.5.3 ~ 1.4.5.5 merge to trunk
git-svn-id: http://xe-core.googlecode.com/svn/trunk@8323 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-19 02:53:55 +00:00
mosmartin
3ac4063af6 #19690852 Update serial creation statement to use cache.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8317 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-17 11:12:02 +00:00
mosmartin
c5e7a56a78 #19690852 Added calls to cubrid_close_request everywhere.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8316 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-15 14:50:34 +00:00
taggon
00cadcd222 #19692565 Deny to use minifying tool from web
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8315 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-14 12:49:06 +00:00
taggon
0bdf86ef26 #19692161 Use minified JS or CSS files if __DEBUG__ is not true.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8314 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-14 12:29:12 +00:00
mosmartin
a2851cc242 #19690852 Bug fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8313 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-14 11:40:36 +00:00
taggon
07cf8dc131 additional commit of r8276
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8312 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-14 10:44:18 +00:00
ovclas
f71f5b564e #19692159 improve install UI
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8311 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-14 08:42:57 +00:00
mosmartin
9076974a59 #19690852 Refactoring: updated addQuotes to check if magic quotes are on only once and not on every function call.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8310 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 15:41:26 +00:00
mosmartin
23ddda10c6 #19690852 Refactoring: extracted the code for creating the "group by" and "order by" queries in separate functions. Replaced "inst_num", "orderby_num" and "groupby_num" with LIMIT.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8309 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 15:32:52 +00:00
mosmartin
8d2f988ee6 #19690852 Refactoring: replaced gettype() with the appropriate is_* functions in PHP. It is not recommended to use gettype to test for a certain type - see PHP documentation.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8308 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 15:10:52 +00:00
mosmartin
f6f393ae31 #19690852 Bug fix: CHAR and VARCHAR column size would never get updated (the comparison was between lowercase 'char' and 'varchar' and uppercase $type).
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8307 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 14:51:41 +00:00
mosmartin
1f8dc8d656 #19690852 Created new class for the improved version of DBCubrid.class.php
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8306 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 14:22:39 +00:00
mosmartin
0500c227a3 #19690583 Description attribute/column for document_category table added
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8305 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 12:09:29 +00:00
ovclas
0e408aa459 #19689775 document readed log, voted log delete, when document deleted
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8304 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 01:59:09 +00:00
mosmartin
17c90f8cb2 fix errors from source translation tool
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8303 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-12 15:34:07 +00:00
taggon
13b7824771 #19688502 Fix : bug for missing support rewrite_mod
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8302 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-12 10:08:03 +00:00
ovclas
ad4c2c54cd #19688739 delete declared document log, when document deleted
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8301 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-12 10:07:33 +00:00
ovclas
dac37ebf53 #19688372 delete voted comment log, when comment deleted
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8299 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-12 07:20:47 +00:00
taggon
b8b78cb986 #18773235 Remove x-functions in the krzip plugin.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8298 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-12 07:20:14 +00:00
ovclas
abaa7fbfff #19688263 delete declared comment data when comment delete
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8297 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-12 06:20:02 +00:00
ovclas
ba9401bfcb 1.5.0 merge with 1.5.0_english problem solved. because 1.5.0_english parse error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8296 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-12 05:17:17 +00:00
ovclas
5c3b96913a parse error fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8295 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-12 02:36:09 +00:00
taggon
668a6c6575 Support legacy javascript filter
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8294 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-12 02:20:04 +00:00
ovclas
bde3d0d834 #19678731 add comment popup menu
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8293 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-12 02:18:49 +00:00
mosmartin
51579ba2c4 english update for info.xml and lang files from xelang_revised_2011_0408 package
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8292 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-11 17:43:36 +00:00
ovclas
1735425525 #19004826 message modified
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8291 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-11 09:55:22 +00:00
taggon
63729a475b #18773235 Remove x-functions in the login widget skin.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8290 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-11 09:44:03 +00:00
ovclas
048866cd25 #19685832 add index hint when document select query.
add low_priority when docuement insert, update, delete query. because select slow query table lock.


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8289 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-11 08:41:40 +00:00
ovclas
0943470d5f merge with 1.5.0_english
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8287 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-08 06:20:12 +00:00
ovclas
9d3cfab68a branch version up
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8286 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-08 06:01:05 +00:00
taggon
08a8d63441 #19680644 Fix : Bug for displaying warning message, 'Call-time pass-by-reference has been deprecated'.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8285 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-08 06:00:51 +00:00
taggon
2a4b5d3472 Delete unused code
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8284 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-08 02:14:53 +00:00
taggon
345f80496c #19667537 delete unused methods and variables. mark empty function cacheActList() as deprecated.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8283 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-07 09:25:13 +00:00
taggon
98d6977c08 #19678944 Delete src folder. Move javascript source file into js folder
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8282 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-07 08:14:26 +00:00
taggon
ea6e7e01aa r8280 supplement
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8281 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-07 08:00:01 +00:00
taggon
96b8ebc708 #19678731 JavaScript popup menu is used only for the member actions.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8280 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-07 07:50:23 +00:00
taggon
283f1e6334 #19653080 New Feature : You can use HTML5 DTD as a document type.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8279 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-07 06:32:55 +00:00
mosmartin
4d272994dd english comments added
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0_english@8278 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-06 16:48:06 +00:00
mosmartin
693e215bc1 english comments
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0_english@8277 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-06 16:15:42 +00:00
ovclas
52f37ded17 1.4.5.2 modified source merge to 1.5.0
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8276 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-06 07:56:37 +00:00
ovclas
20ddd23e07 1.4.5.2 branche merge to trunk
git-svn-id: http://xe-core.googlecode.com/svn/trunk@8275 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-06 07:46:32 +00:00
taggon
312289717d merging with r8268-8269
git-svn-id: http://xe-core.googlecode.com/svn/trunk@8270 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-05 09:41:01 +00:00
taggon
69f6d8c24d merging with r8266
git-svn-id: http://xe-core.googlecode.com/svn/trunk@8267 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-05 06:14:02 +00:00