Yuichiro
f324012ec1
patch #3473635 Join messages
2012-01-15 06:18:29 -05:00
Marc Delisle
13d741e178
onClick should be onclick
2012-01-08 08:24:43 -05:00
Marc Delisle
0b70c272b4
Incorrect XHTML
2012-01-08 08:21:20 -05:00
Marc Delisle
02fb282694
Clarify parameter name
2012-01-08 07:39:20 -05:00
Marc Delisle
dcc9b2c71f
bug #3411038 Zoom search and inserting foreign values
2012-01-08 07:26:06 -05:00
Marc Delisle
81d27b3593
RetainQueryBox in setup and user prefs
2012-01-07 07:38:00 -05:00
Marc Delisle
02a736b479
This control has no effect when in the distinct query window
2012-01-07 07:20:02 -05:00
Marc Delisle
e5323864b7
Make message and field name more consistent with existing interface (query box)
2012-01-07 07:05:25 -05:00
Gareth Pursehouse
73edcc1511
patch #3303195 [interface] Checkbox to have SQL input remain
2012-01-07 07:00:56 -05:00
Marc Delisle
8d5434fa98
going to 3.5.0-beta1-dev
2012-01-06 07:04:23 -05:00
Marc Delisle
1a98c838e6
3.5.0-alpha1
2012-01-06 05:53:16 -05:00
Yuichiro
e89874ebe1
Add missing percent
2012-01-05 16:17:57 +01:00
Marc Delisle
fc928ad7b6
bug #3093145 [display] Page through rows returned from a view
2012-01-05 07:57:12 -05:00
Dieter Adriaenssens
8078441519
typo
2011-12-30 19:53:11 +01:00
Marc Delisle
d5dede3530
Fix merge conflicts
2011-12-29 09:41:55 -05:00
Glenn
8697ec3d48
patch #3458944 copy table data missing SET SQL_MODE='NO_AUTO_VALUE_ON_ZERO'
2011-12-29 09:37:43 -05:00
Michal Čihař
e07929af7a
Description for Turkmen language
2011-12-28 15:28:25 +01:00
Madhura Jayaratne
25b78bef1b
Merge branch 'QA_3_4'
2011-12-24 21:33:35 +05:30
Madhura Jayaratne
cd294e5b97
bug #3049209 [import] Import from ODS ignores cell that is the same as cell before
2011-12-24 21:31:08 +05:30
Yuichiro
f6a6063850
Improved % escape
2011-12-19 14:44:26 +01:00
Madhura Jayaratne
d6f12a7044
but #3461750 [edit] Sort by key generates wrong sql with limit clause
2011-12-18 10:58:25 +05:30
Madhura Jayaratne
21bf7ce381
bug #3299486 [prettyprint] Order By in a query containing comment character - part2 - sort by fey
2011-12-18 08:38:45 +05:30
Madhura Jayaratne
5b62968f47
Swap odd, even in RTE
2011-12-17 23:28:12 +05:30
Madhura Jayaratne
41b956936b
Changes to facilitate more data in a page
2011-12-17 21:27:59 +05:30
Madhura Jayaratne
6e74bc172a
Coding style improvements
2011-12-17 18:53:37 +05:30
Madhura Jayaratne
902074a314
Avoid undefined variable notice
2011-12-17 18:44:33 +05:30
Marc Delisle
c03228e7f7
Fix merge conflicts
2011-12-16 12:06:10 -05:00
Sven Strickroth
a9d9890726
fixed typo
...
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:45 -05:00
Sven Strickroth
797ec6faf0
added spaces to improve look and feel of output
...
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:35 -05:00
Sven Strickroth
7ef064f648
add backquotes to improve look and feel of output
...
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:24 -05:00
Sven Strickroth
9fc23c8824
escape single quotes in column names
...
Column names like `id'` must be escaped in a PHP string
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:14 -05:00
Sven Strickroth
e43ed55b04
fix invalid PHP variable names
...
Tables with names like `0-` are allowed in SQL, but not in PHP variable names
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:37:55 -05:00
Michal Čihař
9502e57c34
Whitespace cleanup
2011-12-16 15:35:35 +01:00
Michal Čihař
c296064614
Fix sort order
2011-12-16 15:28:49 +01:00
Michal Čihař
16290082b6
Update reference
2011-12-16 15:15:04 +01:00
Michal Čihař
eafecac2e8
Add MySQL 5.5 reserved words
2011-12-16 15:14:33 +01:00
Michal Čihař
6adcae4164
Add FALSE as reserved word (bug#3460596)
2011-12-16 15:12:32 +01:00
Michal Čihař
7a997072d1
Update TCPDF to 5.9.141
2011-12-16 14:55:46 +01:00
Rouslan Placella
64d4f8b00c
Merge branch 'QA_3_4'
2011-12-15 23:03:54 +00:00
Rouslan Placella
5130615c0a
Fixed bug # 3460090 - TextareaAutoSelect feature broken
2011-12-15 23:03:03 +00:00
Rouslan Placella
e5c094d080
Rows in index list are not clickable
2011-12-15 13:48:57 +00:00
Michal Čihař
2c4e79edc0
Do not store too many error messages in session
...
In case of some bug in our code (like missing flags on fields meta in
mysql DBI), the session would explode to huge size (hundreths of
megabytes). Now we limit number of messages to store to 20 (what should
be more than enough for regular usage). Developers still should have
$GLOBALS['cfg']['Error_Handler']['gather'] enabled and will get all
errors.
2011-12-14 18:05:20 +01:00
Marc Delisle
3553fe63ee
3.4.10-dev
2011-12-14 08:12:21 -05:00
Marc Delisle
c555fc1b34
Fix merge conflicts
2011-12-14 08:00:51 -05:00
Marc Delisle
ba255de1b2
Fix merge conflicts
2011-12-14 07:54:50 -05:00
Michal Čihař
cdffe9fb97
Merge remote-tracking branch 'origin/QA_3_4'
...
Conflicts:
libraries/dbi/mysql.dbi.lib.php
2011-12-14 10:06:36 +01:00
Michal Čihař
da62d86238
These are done and we do not seem to use decimals
2011-12-14 10:00:01 +01:00
Michal Čihař
91241f71d3
Fill orgtable and orgname attributes
2011-12-14 09:58:47 +01:00
Michal Čihař
cec8f1b094
Add actually some sane value to field flags
2011-12-14 09:56:02 +01:00
Michal Čihař
a074b4c6e2
Create fake flags field
...
The content is empty for now, but at least the code will not emit
warnings on every access to it (which is quite often). The proper value
calculation should be added later.
2011-12-14 09:49:51 +01:00