mgalgoci
494a970e81
The issue that this fix addresses is the following:
...
When using the uiaccountsel widget to select accounts, when you accidently
select something and want to deselect it, when you delete the item, the item
is only unhighlighted, and not removed from the uiaccountsel_popup_selection
select box in the opener document. This patch simply deletes the child node
from the uiaccountsel_popup_selection select box instead of setting the
selected false.
I've tested this with some variant of msie6/xp, mozilla 1.6/win32, firefox 0.9.3/linux
and mozilla 1.4.3/linux.
2004-08-18 19:39:05 +00:00
Ralf Becker
02d78c172d
fixed SQL error in status-update, thanks to bug report from M.Cuneyt Gursan <cgursan-at-kablonet.com.tr>
2004-08-18 11:23:46 +00:00
Oscar Manuel Gómez Senovilla
ad0563dc8e
*** empty log message ***
2004-08-18 11:10:26 +00:00
Ralf Becker
a136b35ea9
fixed file-size as suggested by Lian Liming's patch [ 1010170 ] Patch for Bug [ 950555 ] Filemanager - filesize
2004-08-18 09:01:02 +00:00
Ralf Becker
acdd95e31e
fixed file-size as suggested by Lian Liming's patch [ 1010170 ] Patch for Bug [ 950555 ] Filemanager - filesize
2004-08-18 08:57:31 +00:00
Ralf Becker
e30da3d40f
fix for palm-download as suggested by Peter Hrastnik's patch [ 1010631 ] patch for broken pdb file-download (headers already sent)
2004-08-18 08:32:59 +00:00
Ralf Becker
0b6e2a605a
fix for palm-download as suggested by Peter Hrastnik's patch [ 1010631 ] patch for broken pdb file-download (headers already sent)
2004-08-18 08:30:26 +00:00
Carsten Wolff
05a91800b2
convert linebreaks to <br>'s in the description (view())
2004-08-17 23:01:52 +00:00
Ralf Becker
ef7e5ca4b6
translation update from almarsa-at-users.sf.net
2004-08-17 20:06:41 +00:00
Ralf Becker
2d4001a6f1
translation update from almarsa-at-users.sf.net
2004-08-17 20:05:12 +00:00
Ralf Becker
9d8cb117cc
- added a check for mbstring.func_overload = 7
...
- fixed handling memory values with M or K
- corrected display of message "Please fix the above errors and warning"
- fixed some formating
2004-08-17 17:09:17 +00:00
Ralf Becker
5f0d5ac125
- added a check for mbstring.func_overload = 7
...
- fixed handling memory values with M or K
- corrected display of message "Please fix the above errors and warning"
- fixed some formating
+ merged all of benjamin's changed in the 1.0 branch
2004-08-17 17:08:35 +00:00
Ralf Becker
7bac819526
- added a check for mbstring.func_overload = 7
...
- fixed handling memory values with M or K
- corrected display of message "Please fix the above errors and warning"
- fixed some formating
2004-08-17 16:55:42 +00:00
Ralf Becker
49b3f025bd
fixed creation of multi-column indexes
2004-08-17 14:06:28 +00:00
Ralf Becker
04d4a88bd1
lowercased the type, as it's uppercase in MaxDB
2004-08-17 11:52:02 +00:00
Ralf Becker
1a36e05672
added creation and check for a multi-column index
2004-08-17 08:23:33 +00:00
Ralf Becker
ec4bf09604
added MetaIndexes function for mssql
2004-08-17 08:21:09 +00:00
Ralf Becker
a9e80505a6
using the app_sessions function from the actual sessions-class again, instead of always the db-sessions one, it seems to work now for php4
2004-08-15 20:59:49 +00:00
Ralf Becker
03f1739205
using schema_proc's new GetTableDefintion method if availible
2004-08-15 20:58:12 +00:00
Ralf Becker
adf79e6d7e
added code to drop not-depending sequences when droping a table, depending ones cant and dont need to be droped separatly
2004-08-15 19:52:49 +00:00
Ralf Becker
9a67dc3141
import ADOdb 4.52
2004-08-15 18:45:20 +00:00
Ralf Becker
ee3f5cafff
added own MetaType, MetaColumns and MetaColumnNames functions for MaxDB to have better control over the column-types
2004-08-15 18:12:41 +00:00
Ralf Becker
647222728c
fix for MaxDB not returning the primary keys via MetaColumns
2004-08-15 16:20:39 +00:00
Ralf Becker
38a2ea7768
added MetaPrimaryKeys for MaxDB
2004-08-15 16:19:46 +00:00
Ralf Becker
531dbe93c7
added function to read back / import the schema from an existing database (used in setup and db-tools)
2004-08-15 15:43:52 +00:00
Ralf Becker
19548f2f91
fixed sqltoarray:
...
- showing multicolum-indexes correct
- showing table-names
- working for app's without title
- all-option working for db's other then mysql
2004-08-15 11:48:32 +00:00
Ralf Becker
3babf5f424
fixed sqltoarray:
...
- showing multicolum-indexes correct
- showing table-names
- working for app's without title
- all-option working for db's other then mysql
2004-08-15 11:46:05 +00:00
Ralf Becker
d4f1a3f87c
showing an error-message, if we cant connect to the DB
2004-08-14 17:21:45 +00:00
Ralf Becker
8a1dacc95f
- added check for odbc extension (used by MaxDB) to check_install
...
- not offering to create the DB, if we dont support it for that DB
2004-08-14 15:02:24 +00:00
Ralf Becker
6b91165c2b
added max_icons=12 default pref and manual as app for the default group
2004-08-13 21:05:55 +00:00
Ralf Becker
f085648705
added max_icons=12 default pref and manual as app for the default group
2004-08-13 21:04:59 +00:00
Ralf Becker
ff84561c98
removed unnecessary RefreshTable
2004-08-13 20:36:28 +00:00
Ralf Becker
d5dbb7ef72
new schema_proc class seems to work now
2004-08-13 19:01:03 +00:00
Ralf Becker
1cabb62405
new schema_proc class seems to work now
2004-08-13 18:59:00 +00:00
Lars Kneschke
11758e6c41
call the right function name
2004-08-13 16:28:21 +00:00
Lars Kneschke
cd30d6d0ab
call the right function name
2004-08-13 16:27:50 +00:00
Lars Kneschke
41acc5ce0f
add class for authenticate against ADS
2004-08-13 15:54:33 +00:00
Lars Kneschke
11219ead38
add class to authenticate against ADS
2004-08-13 15:53:07 +00:00
Lars Kneschke
a70d55cc82
use emailaddress from accounts table
2004-08-13 15:47:46 +00:00
Lars Kneschke
db472fe7f3
wrong variable name
...
need to be checked for HEAD to
2004-08-13 15:22:49 +00:00
reinerj
6632e631fc
italien translations from leonardo amadori
2004-08-12 20:34:26 +00:00
reinerj
04d222a2c1
italien translations from leonardo amadori
2004-08-12 19:24:48 +00:00
reinerj
6e18a49ab5
italien translations from leonardo amadori
2004-08-12 19:10:59 +00:00
reinerj
4cbda82863
italien translations from leonardo amadori
2004-08-12 18:17:28 +00:00
reinerj
93473045e5
italien translations from leonardo amadori
2004-08-12 18:16:49 +00:00
reinerj
a898f0157b
italien translations from leonardo amadori
2004-08-12 18:04:16 +00:00
reinerj
4573697e13
italien translations from leonardo amadori
2004-08-12 18:03:18 +00:00
Lars Kneschke
7b2f7a5c1c
committed somehow a wrong file
2004-08-12 06:10:24 +00:00
mgalgoci
98c6d1bc3c
quiet a warning when viewing the felaimail with no profile selected.
2004-08-11 23:36:12 +00:00
Ralf Becker
bea4eab3e6
added some more checks: sequences and indexes for postgres
2004-08-11 23:23:14 +00:00