Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

CVS log for phpMyEdit/phpMyEdit.class.php

[BACK] Up to [Platon] / phpMyEdit

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.225 / (download) - [select for diffs], Wed Nov 8 05:27:43 2017 UTC (6 years, 4 months ago) by nepto


Changes since 1.224: +15 -15 lines
Diff to previous 1.224 (colored) to selected 1.174 (colored)

Fixed bug when numeric result was expected from sql_fetch()
and wrong parameter 'n' was passed instead of PME_FETCH_NUM

Also changed FETCH_* defines to respective PME_FETCH_*

Revision 1.224 / (download) - [select for diffs], Tue Nov 7 08:51:38 2017 UTC (6 years, 4 months ago) by nepto

Changes since 1.223: +13 -10 lines
Diff to previous 1.223 (colored) to selected 1.174 (colored)

Internal function _htmlspecialchars() now supports also PHP/7.0 and higher

Revision 1.223 / (download) - [select for diffs], Fri Jun 9 15:02:38 2017 UTC (6 years, 9 months ago) by igor

Changes since 1.222: +16 -29 lines
Diff to previous 1.222 (colored) to selected 1.174 (colored)

fixed mysql_fetch_array to sql_fetch,
merged sql_fetch_array into sql_fetch,
fixed fetch array in extensions

Revision 1.222 / (download) - [select for diffs], Thu Jun 8 11:56:19 2017 UTC (6 years, 9 months ago) by igor

Changes since 1.221: +27 -1 lines
Diff to previous 1.221 (colored) to selected 1.174 (colored)

added  sql_fetch_array for universal fetching for old and new PHP/7.0

Revision 1.221 / (download) - [select for diffs], Tue May 23 15:18:23 2017 UTC (6 years, 10 months ago) by igor

Changes since 1.220: +76 -30 lines
Diff to previous 1.220 (colored) to selected 1.174 (colored)

modified all mysql functions for PHP/7.0,
added check isset for $oldvals

Revision 1.220 / (download) - [select for diffs], Mon Sep 7 16:02:40 2015 UTC (8 years, 6 months ago) by igor

Changes since 1.219: +118 -46 lines
Diff to previous 1.219 (colored) to selected 1.174 (colored)

added internal htmlspecialchars

Revision 1.219 / (download) - [select for diffs], Thu Jul 9 12:15:58 2015 UTC (8 years, 8 months ago) by igor

Changes since 1.218: +4 -4 lines
Diff to previous 1.218 (colored) to selected 1.174 (colored)

fixed htmlspecialchars for detection of encoding

Revision 1.218 / (download) - [select for diffs], Mon Oct 6 03:12:33 2014 UTC (9 years, 5 months ago) by nepto

Changes since 1.217: +6 -3 lines
Diff to previous 1.217 (colored) to selected 1.174 (colored)

Added support for MySQL connection with SSL
Patch by Markus Kraemer <mkraemer@tum.de>

Revision 1.217 / (download) - [select for diffs], Wed Dec 12 09:13:59 2012 UTC (11 years, 3 months ago) by igor

Changes since 1.216: +2 -2 lines
Diff to previous 1.216 (colored) to selected 1.174 (colored)

fixed deprecated ereg_replace (from PHP 5.3.0)

Revision 1.216 / (download) - [select for diffs], Sun Jan 9 19:02:27 2011 UTC (13 years, 2 months ago) by nepto

Changes since 1.215: +2 -2 lines
Diff to previous 1.215 (colored) to selected 1.174 (colored)

Added folding to htmlTextarea()

Revision 1.215 / (download) - [select for diffs], Sun Jan 9 18:42:41 2011 UTC (13 years, 2 months ago) by nepto

Changes since 1.214: +10 -12 lines
Diff to previous 1.214 (colored) to selected 1.174 (colored)

Variable $listall changed to listall() function

Revision 1.214 / (download) - [select for diffs], Sun Jan 9 18:02:40 2011 UTC (13 years, 2 months ago) by nepto

Changes since 1.213: +71 -74 lines
Diff to previous 1.213 (colored) to selected 1.174 (colored)

Made phpMyEdit to work with recent PHP 5.3
Trying to comply with full error reporting E_ALL

Revision 1.213 / (download) - [select for diffs], Mon Sep 20 01:08:46 2010 UTC (13 years, 6 months ago) by nepto

Changes since 1.212: +6 -2 lines
Diff to previous 1.212 (colored) to selected 1.174 (colored)

Skip set_magic_quotes_runtime() call for PHP 5.3 and higher

Revision 1.212 / (download) - [select for diffs], Tue Nov 11 04:46:36 2008 UTC (15 years, 4 months ago) by nepto

Changes since 1.211: +11 -5 lines
Diff to previous 1.211 (colored) to selected 1.174 (colored)

Fixed sql_limit() usage

Revision 1.211 / (download) - [select for diffs], Wed Jun 4 10:49:39 2008 UTC (15 years, 9 months ago) by michal

Changes since 1.210: +2 -2 lines
Diff to previous 1.210 (colored) to selected 1.174 (colored)

forgoten js prefix added in one call

Revision 1.210 / (download) - [select for diffs], Wed May 21 16:54:25 2008 UTC (15 years, 10 months ago) by ajh

Changes since 1.209: +2 -2 lines
Diff to previous 1.209 (colored) to selected 1.174 (colored)

Fixed "onkeypress" typo line 2025 - ajh

Revision 1.209 / (download) - [select for diffs], Sat Feb 23 13:55:40 2008 UTC (16 years, 1 month ago) by michal

Changes since 1.208: +3 -2 lines
Diff to previous 1.208 (colored) to selected 1.174 (colored)

fixed bug when inc =-1

Revision 1.208 / (download) - [select for diffs], Sat Sep 22 14:45:50 2007 UTC (16 years, 6 months ago) by michal

Changes since 1.207: +3 -3 lines
Diff to previous 1.207 (colored) to selected 1.174 (colored)

htmlSelect bug fixed

Revision 1.207 / (download) - [select for diffs], Sat Sep 22 13:52:49 2007 UTC (16 years, 6 months ago) by michal

Changes since 1.206: +110 -95 lines
Diff to previous 1.206 (colored) to selected 1.174 (colored)

code cleanup: display of sorting and current query

Revision 1.206 / (download) - [select for diffs], Sat Sep 22 13:24:30 2007 UTC (16 years, 6 months ago) by michal

Changes since 1.205: +98 -93 lines
Diff to previous 1.205 (colored) to selected 1.174 (colored)

cleanup of code: filter heading (removed extra sql query)

Revision 1.205 / (download) - [select for diffs], Sat Sep 22 12:11:50 2007 UTC (16 years, 6 months ago) by michal

Changes since 1.204: +25 -35 lines
Diff to previous 1.204 (colored) to selected 1.174 (colored)

cleanup of code: textarea code

Revision 1.204 / (download) - [select for diffs], Sun Sep 16 12:57:07 2007 UTC (16 years, 6 months ago) by nepto


Changes since 1.203: +9 -9 lines
Diff to previous 1.203 (colored) to selected 1.174 (colored)

Added support for various language encodings
(default one is backward compatible and this
 will be changed later to UTF-8 for all languages)

Revision 1.203 / (download) - [select for diffs], Wed Sep 12 15:02:46 2007 UTC (16 years, 6 months ago) by michal

Changes since 1.202: +4 -3 lines
Diff to previous 1.202 (colored) to selected 1.174 (colored)

joining virtual column to other table

Revision 1.202 / (download) - [select for diffs], Mon Sep 10 08:40:48 2007 UTC (16 years, 6 months ago) by michal

Changes since 1.201: +1 -5 lines
Diff to previous 1.201 (colored) to selected 1.174 (colored)

bug #355 is a no fix, see documentation and join option

Revision 1.201 / (download) - [select for diffs], Sat Sep 8 11:47:22 2007 UTC (16 years, 6 months ago) by michal

Changes since 1.200: +9 -6 lines
Diff to previous 1.200 (colored) to selected 1.174 (colored)

refixed bug 446, works well in case of default value 2 as well as '2'

Revision 1.200 / (download) - [select for diffs], Thu Sep 6 18:31:04 2007 UTC (16 years, 6 months ago) by michal

Changes since 1.199: +2 -2 lines
Diff to previous 1.199 (colored) to selected 1.174 (colored)

limit commited back again and fixed

Revision 1.199 / (download) - [select for diffs], Sun Sep 2 21:48:32 2007 UTC (16 years, 6 months ago) by nepto


Changes since 1.198: +2 -2 lines
Diff to previous 1.198 (colored) to selected 1.174 (colored)

LIMIT fixed

Revision 1.198 / (download) - [select for diffs], Wed Jul 4 21:37:51 2007 UTC (16 years, 8 months ago) by nepto

Changes since 1.197: +1 -1 lines
Diff to previous 1.197 (colored) to selected 1.174 (colored)

Fixed #446: default value in pull-down not working

Revision 1.197 / (download) - [select for diffs], Tue Jul 3 20:01:40 2007 UTC (16 years, 8 months ago) by nepto

Changes since 1.196: +2 -2 lines
Diff to previous 1.196 (colored) to selected 1.174 (colored)

Allow to pass an array to $opts['filters']

Revision 1.196 / (download) - [select for diffs], Sat May 5 12:00:51 2007 UTC (16 years, 10 months ago) by nepto

Changes since 1.195: +4 -4 lines
Diff to previous 1.195 (colored) to selected 1.174 (colored)

Fixed numeric/integer fields with UTF-8 strings concatenation.

Revision 1.195 / (download) - [select for diffs], Fri Apr 13 10:58:23 2007 UTC (16 years, 11 months ago) by michal

Changes since 1.194: +1 -1 lines
Diff to previous 1.194 (colored) to selected 1.174 (colored)

fixed bugs #426

Revision 1.194 / (download) - [select for diffs], Fri Apr 13 10:52:56 2007 UTC (16 years, 11 months ago) by michal

Changes since 1.193: +3 -3 lines
Diff to previous 1.193 (colored) to selected 1.174 (colored)

fixed bugs #437 (custom buttons) and partially #430

Revision 1.193 / (download) - [select for diffs], Fri Apr 13 10:34:56 2007 UTC (16 years, 11 months ago) by michal

Changes since 1.192: +35 -35 lines
Diff to previous 1.192 (colored) to selected 1.174 (colored)

added quoting of column/table names, fixes all bugs concerning reserved words (#94, #124, #146, ...)

Revision 1.192 / (download) - [select for diffs], Wed Apr 11 20:06:35 2007 UTC (16 years, 11 months ago) by michal

Changes since 1.191: +9 -2 lines
Diff to previous 1.191 (colored) to selected 1.174 (colored)

fixed bug #409, function get_SQL_main_list_query

Revision 1.191 / (download) - [select for diffs], Wed Apr 11 19:55:57 2007 UTC (16 years, 11 months ago) by michal

Changes since 1.190: +14 -13 lines
Diff to previous 1.190 (colored) to selected 1.174 (colored)

start to fix backquete bugs (eg #94)

Revision 1.190 / (download) - [select for diffs], Wed Apr 11 19:39:39 2007 UTC (16 years, 11 months ago) by michal

Changes since 1.189: +96 -48 lines
Diff to previous 1.189 (colored) to selected 1.174 (colored)

preparation for db abstraction

Revision 1.189 / (download) - [select for diffs], Sun Nov 26 13:25:59 2006 UTC (17 years, 4 months ago) by nepto

Changes since 1.188: +50 -38 lines
Diff to previous 1.188 (colored) to selected 1.174 (colored)

Several tiny bugs fixed: #421, #422, #416, #412
(thanks to Doug Hockinson)

Revision 1.188 / (download) - [select for diffs], Fri Sep 8 16:30:31 2006 UTC (17 years, 6 months ago) by michal


Changes since 1.187: +18 -18 lines
Diff to previous 1.187 (colored) to selected 1.174 (colored)

fixed bug #391, Addition to XHTML Compliancy

Revision 1.187 / (download) - [select for diffs], Fri Sep 8 16:18:03 2006 UTC (17 years, 6 months ago) by michal

Changes since 1.186: +3 -1 lines
Diff to previous 1.186 (colored) to selected 1.174 (colored)

fixed bug #327, values with values2 work also in LFV modes

Revision 1.186 / (download) - [select for diffs], Fri Sep 8 14:25:48 2006 UTC (17 years, 6 months ago) by michal

Changes since 1.185: +20 -8 lines
Diff to previous 1.185 (colored) to selected 1.174 (colored)

fixed bug fixed by #384, escape option not working in AC modes

Revision 1.185 / (download) - [select for diffs], Fri Sep 8 13:54:58 2006 UTC (17 years, 6 months ago) by michal

Changes since 1.184: +2 -2 lines
Diff to previous 1.184 (colored) to selected 1.174 (colored)

fixed bug 387

Revision 1.184 / (download) - [select for diffs], Mon Sep 4 18:25:29 2006 UTC (17 years, 6 months ago) by nepto

Changes since 1.183: +1 -2 lines
Diff to previous 1.183 (colored) to selected 1.174 (colored)

Removed newline from end of file

Revision 1.183 / (download) - [select for diffs], Mon Sep 4 18:24:59 2006 UTC (17 years, 6 months ago) by nepto

Changes since 1.182: +73 -8 lines
Diff to previous 1.182 (colored) to selected 1.174 (colored)

Implemented #296: checkboxes / flags support (+ radios)

Revision 1.182 / (download) - [select for diffs], Mon Sep 4 13:37:32 2006 UTC (17 years, 6 months ago) by michal

Changes since 1.181: +9 -1 lines
Diff to previous 1.181 (colored) to selected 1.174 (colored)

added php option, bug #393

Revision 1.181 / (download) - [select for diffs], Wed Jun 21 18:12:05 2006 UTC (17 years, 9 months ago) by nepto

Changes since 1.180: +2 -3 lines
Diff to previous 1.180 (colored) to selected 1.174 (colored)

Fixed and improved ['orderby'] for table lookups / input restrictions

Revision 1.180 / (download) - [select for diffs], Wed May 10 16:56:32 2006 UTC (17 years, 10 months ago) by nepto

Changes since 1.179: +1 -1 lines
Diff to previous 1.179 (colored) to selected 1.174 (colored)

$opts['page_name'] is missing on the delete order hyperlink
(thanks to Christian Asche for reporting)

Revision 1.179 / (download) - [select for diffs], Wed Apr 26 09:41:57 2006 UTC (17 years, 11 months ago) by nepto

Changes since 1.178: +1 -1 lines
Diff to previous 1.178 (colored) to selected 1.174 (colored)

Fixed substituteVars() call on ['orderby']

Revision 1.178 / (download) - [select for diffs], Sun Apr 23 19:34:10 2006 UTC (17 years, 11 months ago) by nepto

Changes since 1.177: +1 -1 lines
Diff to previous 1.177 (colored) to selected 1.174 (colored)

Fixed bug with default buttons initialization

Revision 1.177 / (download) - [select for diffs], Mon Apr 10 20:36:56 2006 UTC (17 years, 11 months ago) by michal

Changes since 1.176: +52 -43 lines
Diff to previous 1.176 (colored) to selected 1.174 (colored)

fixed bug #386 plus some minor improvements of buttons, buttons now working

Revision 1.176 / (download) - [select for diffs], Sun Mar 19 13:34:08 2006 UTC (18 years ago) by nepto

Changes since 1.175: +27 -30 lines
Diff to previous 1.175 (colored) to selected 1.174 (colored)

listall fixed, division by zero prevented
Fixed #326: "Go to" button page selector does not change page

Revision 1.175 / (download) - [select for diffs], Sun Mar 19 13:30:01 2006 UTC (18 years ago) by nepto

Changes since 1.174: +6 -2 lines
Diff to previous 1.174 (colored)

Fixed #380: $join_table and others not working in 'filters'

Revision 1.174 / (download) - [selected], Sat Mar 4 02:07:12 2006 UTC (18 years ago) by nepto

Changes since 1.173: +1 -1 lines
Diff to previous 1.173 (colored)

Record radio button on list/filter page is set accodring to the last
manipulated record (thanks to Enis Pilavdzic)

Revision 1.173 / (download) - [select for diffs], Mon Feb 20 07:35:22 2006 UTC (18 years, 1 month ago) by nepto

Changes since 1.172: +1 -1 lines
Diff to previous 1.172 (colored) to selected 1.174 (colored)

Fixed #375: HR tag is output before TABLE tag (doug)

Revision 1.172 / (download) - [select for diffs], Mon Feb 20 07:31:37 2006 UTC (18 years, 1 month ago) by nepto

Changes since 1.171: +6 -1 lines
Diff to previous 1.171 (colored) to selected 1.174 (colored)

Fixed #355: column looking from another table

Revision 1.171 / (download) - [select for diffs], Thu Feb 16 16:45:42 2006 UTC (18 years, 1 month ago) by nepto

Changes since 1.170: +1 -1 lines
Diff to previous 1.170 (colored) to selected 1.174 (colored)

Language codes are not truncated to 5 characters now.

Revision 1.170 / (download) - [select for diffs], Tue Jan 24 16:32:09 2006 UTC (18 years, 2 months ago) by nepto

Changes since 1.169: +34 -39 lines
Diff to previous 1.169 (colored) to selected 1.174 (colored)

Fixed #337: $HTTP_SERVER_VAR no longer works with php 5.04

Revision 1.169 / (download) - [select for diffs], Tue Jan 24 16:19:43 2006 UTC (18 years, 2 months ago) by nepto

Changes since 1.168: +30 -30 lines
Diff to previous 1.168 (colored) to selected 1.174 (colored)

Fixed #365, #369, #370: xhtml compliant (thanks to lcapronnier)

Revision 1.168 / (download) - [select for diffs], Sun Jan 22 21:43:59 2006 UTC (18 years, 2 months ago) by nepto


Changes since 1.167: +3 -2 lines
Diff to previous 1.167 (colored) to selected 1.174 (colored)

Updated copyright year & copyright holder (Platon SDG -> Platon Group)

Revision 1.167 / (download) - [select for diffs], Sun Apr 3 09:55:38 2005 UTC (18 years, 11 months ago) by nepto

Changes since 1.166: +190 -121 lines
Diff to previous 1.166 (colored) to selected 1.174 (colored)

Applied #152: button display order
(many thanks to michal for the patch and docs)
Version bumped to 5.5pre7

Revision 1.166 / (download) - [select for diffs], Thu Mar 24 17:15:54 2005 UTC (19 years ago) by nepto

Changes since 1.165: +5 -3 lines
Diff to previous 1.165 (colored) to selected 1.174 (colored)

Fixed #295: linefeed and persistent connect
(thanks to Doug Hockinson for the contribution)

Revision 1.165 / (download) - [select for diffs], Sat Mar 12 10:16:49 2005 UTC (19 years ago) by nepto

Changes since 1.164: +4 -3 lines
Diff to previous 1.164 (colored) to selected 1.174 (colored)

Fixed #254: password field not working (on the add page)

Revision 1.164 / (download) - [select for diffs], Sat Mar 5 12:03:13 2005 UTC (19 years ago) by nepto

Changes since 1.163: +6 -6 lines
Diff to previous 1.163 (colored) to selected 1.174 (colored)

Fixed #303: filter broken after view
(thanks to michal and hbernard for these updates)

Revision 1.163 / (download) - [select for diffs], Sun Jan 9 01:33:35 2005 UTC (19 years, 2 months ago) by nepto

Changes since 1.162: +3 -2 lines
Diff to previous 1.162 (colored) to selected 1.174 (colored)

Speed improvement in the substituteVars() method
(array size is counted only once, before loop execution)

Revision 1.162 / (download) - [select for diffs], Sun Jan 9 01:26:21 2005 UTC (19 years, 2 months ago) by nepto

Changes since 1.161: +6 -4 lines
Diff to previous 1.161 (colored) to selected 1.174 (colored)

Preserve starting '$' character for uninitialized variables
while doing template replacement in the substituteVars().

Revision 1.161 / (download) - [select for diffs], Sun Jan 9 01:22:12 2005 UTC (19 years, 2 months ago) by nepto

Changes since 1.160: +3 -3 lines
Diff to previous 1.160 (colored) to selected 1.174 (colored)

Default page type code is passed as an optional parameter
into the recreate_fdd() method.

Revision 1.160 / (download) - [select for diffs], Tue Jan 4 09:59:54 2005 UTC (19 years, 2 months ago) by nepto

Changes since 1.159: +5 -10 lines
Diff to previous 1.159 (colored) to selected 1.174 (colored)

Few code cleanups and unneccessary code removal in the list_table().

Revision 1.159 / (download) - [select for diffs], Thu Dec 30 19:58:51 2004 UTC (19 years, 3 months ago) by nepto

Changes since 1.158: +39 -39 lines
Diff to previous 1.158 (colored) to selected 1.174 (colored)

Better names for SQL creation functions and fixed little bug when
returning empty value in the get_SQL_where_from_query_opts() function.

Revision 1.158 / (download) - [select for diffs], Mon Dec 27 17:57:54 2004 UTC (19 years, 3 months ago) by nepto

Changes since 1.157: +33 -34 lines
Diff to previous 1.157 (colored) to selected 1.174 (colored)

Fixed #262: modifications to $newvals not in TUB triggers
(thanks to several contributors for the ideas and patches)

Revision 1.157 / (download) - [select for diffs], Mon Dec 27 03:10:27 2004 UTC (19 years, 3 months ago) by nepto

Changes since 1.156: +24 -6 lines
Diff to previous 1.156 (colored) to selected 1.174 (colored)

Added static method get_default_cgi_prefix().
Made get_*_cgi_var() methods work statically as well.

Revision 1.156 / (download) - [select for diffs], Wed Dec 8 16:21:12 2004 UTC (19 years, 3 months ago) by nepto

Changes since 1.155: +60 -48 lines
Diff to previous 1.155 (colored) to selected 1.174 (colored)

Fixed #231: array of trigger and event processing (thanks to hbernard)

Revision 1.155 / (download) - [select for diffs], Tue Dec 7 23:48:16 2004 UTC (19 years, 3 months ago) by nepto

Changes since 1.154: +2 -2 lines
Diff to previous 1.154 (colored) to selected 1.174 (colored)

Fixed #288: wrong default value of hidden fields in add mode
(thanks to hbernard for patching this issue)

Revision 1.154 / (download) - [select for diffs], Thu Nov 25 09:52:55 2004 UTC (19 years, 4 months ago) by nepto

Changes since 1.153: +1 -2 lines
Diff to previous 1.153 (colored) to selected 1.174 (colored)

Removed unneccessary function initial_sort_suppressed().

Revision 1.153 / (download) - [select for diffs], Tue Nov 23 15:57:50 2004 UTC (19 years, 4 months ago) by nepto

Changes since 1.152: +26 -16 lines
Diff to previous 1.152 (colored) to selected 1.174 (colored)

Implemented #279: Making selected TAB persistent
(thanks to hbernard for patching both issues)

Revision 1.152 / (download) - [select for diffs], Sat Nov 20 02:33:05 2004 UTC (19 years, 4 months ago) by nepto

Changes since 1.151: +2 -2 lines
Diff to previous 1.151 (colored) to selected 1.174 (colored)

Fixed phpMyEdit homepage URL.

Revision 1.151 / (download) - [select for diffs], Sat Nov 20 02:24:31 2004 UTC (19 years, 4 months ago) by nepto

Changes since 1.150: +175 -129 lines
Diff to previous 1.150 (colored) to selected 1.174 (colored)

Implemented #158: Internal CGI name prefixing
(thanks to hbernard for the patch)
Bumped version to 5.5pre5

Revision 1.150 / (download) - [select for diffs], Wed Nov 10 17:01:33 2004 UTC (19 years, 4 months ago) by nepto

Changes since 1.149: +13 -1 lines
Diff to previous 1.149 (colored) to selected 1.174 (colored)

Implemented #277: number_format option

Revision 1.149 / (download) - [select for diffs], Tue Nov 2 20:08:11 2004 UTC (19 years, 4 months ago) by nepto

Changes since 1.148: +2 -4 lines
Diff to previous 1.148 (colored) to selected 1.174 (colored)

Fixed #271: no posibility to suppress initial sort

Revision 1.148 / (download) - [select for diffs], Tue Nov 2 19:36:43 2004 UTC (19 years, 4 months ago) by nepto

Changes since 1.147: +3 -3 lines
Diff to previous 1.147 (colored) to selected 1.174 (colored)

All preg_match() scans for number now use \d+ instead of \d*.

Revision 1.147 / (download) - [select for diffs], Thu Jul 15 13:41:14 2004 UTC (19 years, 8 months ago) by nepto

Changes since 1.146: +20 -12 lines
Diff to previous 1.146 (colored) to selected 1.174 (colored)

Additional fixes concerning to feature #253, included also documentation
corrections according to Doug's suggestions.

Revision 1.146 / (download) - [select for diffs], Thu Jul 15 10:40:19 2004 UTC (19 years, 8 months ago) by nepto

Changes since 1.145: +23 -9 lines
Diff to previous 1.145 (colored) to selected 1.174 (colored)

Fixed #253: introducing $opts['dbh'] option

Revision 1.145 / (download) - [select for diffs], Tue Jul 13 17:59:33 2004 UTC (19 years, 8 months ago) by nepto

Changes since 1.144: +2 -3 lines
Diff to previous 1.144 (colored) to selected 1.174 (colored)

Fixed #233: Sort order is reversed after 'more' button used

Revision 1.144 / (download) - [select for diffs], Wed Jun 30 17:54:09 2004 UTC (19 years, 9 months ago) by nepto

Changes since 1.143: +19 -18 lines
Diff to previous 1.143 (colored) to selected 1.174 (colored)

Code cleanup: use "continue" to get bettter indentation.

Revision 1.143 / (download) - [select for diffs], Thu Apr 22 16:15:14 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.142: +2 -1 lines
Diff to previous 1.142 (colored) to selected 1.174 (colored)

Fixed #178: get value of the key field after an insert
(thanks to mariano for the patch)

Revision 1.142 / (download) - [select for diffs], Thu Apr 22 16:12:27 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.141: +7 -2 lines
Diff to previous 1.141 (colored) to selected 1.174 (colored)

Fixed #235: Apply broken when KEY value was changed
(a patch was provided by hbernard)

Revision 1.141 / (download) - [select for diffs], Tue Apr 20 18:12:41 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.140: +31 -29 lines
Diff to previous 1.140 (colored) to selected 1.174 (colored)

Fixed #185: creating of insert/update query
(thanks to michal and hbernard)

Revision 1.140 / (download) - [select for diffs], Tue Apr 20 17:47:28 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.139: +16 -15 lines
Diff to previous 1.139 (colored) to selected 1.174 (colored)

Fixed #229: cancel triggers (thanks to michal and hbernard)

Revision 1.139 / (download) - [select for diffs], Tue Apr 20 14:21:57 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.138: +15 -14 lines
Diff to previous 1.138 (colored) to selected 1.174 (colored)

Fixed #194: TABs improvement suggestions
(thanks to hbernard for the patch)

Revision 1.138 / (download) - [select for diffs], Tue Apr 20 13:30:04 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.137: +14 -6 lines
Diff to previous 1.137 (colored) to selected 1.174 (colored)

Fixed #188: language unspecific operations
(implementation of $opts['cgi']['prefix']['operation'])

Revision 1.137 / (download) - [select for diffs], Sun Apr 18 17:23:34 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.136: +11 -15 lines
Diff to previous 1.136 (colored) to selected 1.174 (colored)

Fixed #176: 'values' JOIN with multiple from same table crashes

Revision 1.136 / (download) - [select for diffs], Sun Apr 18 14:17:07 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.135: +3 -3 lines
Diff to previous 1.135 (colored) to selected 1.174 (colored)

Fixed #205: Delete button creates a jscript runtime error

Revision 1.135 / (download) - [select for diffs], Sat Apr 17 11:35:48 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.134: +3 -3 lines
Diff to previous 1.134 (colored) to selected 1.174 (colored)

Fixed #25: tons of errors when display_errors set to ON
(an error_reporting() function did nothing when called
 with @ prepended; an issue was catched by hbernard)

Revision 1.134 / (download) - [select for diffs], Wed Apr 14 20:11:58 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.133: +40 -13 lines
Diff to previous 1.133 (colored) to selected 1.174 (colored)

Fix related to #121: during insert/update/delete actions
page type is according to page from which was from submitted
(thanks to hbernard for the initial patch)

Revision 1.133 / (download) - [select for diffs], Wed Apr 14 17:30:08 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.132: +7 -3 lines
Diff to previous 1.132 (colored) to selected 1.174 (colored)

Finished #161. ['js']['hint'] nows overide default message
(thanks to hbernard for the finalizations)

Revision 1.132 / (download) - [select for diffs], Mon Apr 12 20:38:07 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.131: +26 -6 lines
Diff to previous 1.131 (colored) to selected 1.174 (colored)

Created new method backward_compatibility() covering all the stuff
regarding to backward compatibility issues.
It curretly contains these two issues:
    1. movement of ['required'] to ['js']['required']
    2. movement of 'HWR' flags from ['options'] into ['input']

Revision 1.131 / (download) - [select for diffs], Mon Apr 12 12:02:04 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.130: +4 -4 lines
Diff to previous 1.130 (colored) to selected 1.174 (colored)

Fixed typos related to applying patches from bug-report #139.
(thanks to hbernard for catching this)

Revision 1.130 / (download) - [select for diffs], Sun Apr 4 21:02:57 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.129: +36 -44 lines
Diff to previous 1.129 (colored) to selected 1.174 (colored)

Fixed #161: js regexp input validation
(thanks to hbernard for the patch)

Revision 1.129 / (download) - [select for diffs], Wed Mar 31 15:46:26 2004 UTC (20 years ago) by nepto

Changes since 1.128: +30 -38 lines
Diff to previous 1.128 (colored) to selected 1.174 (colored)

Fixed #208: title="" attributes for A HREF in text navigation
and did also some cleanup in code where these links are created

Revision 1.128 / (download) - [select for diffs], Wed Mar 31 15:35:40 2004 UTC (20 years ago) by nepto

Changes since 1.127: +2 -2 lines
Diff to previous 1.127 (colored) to selected 1.174 (colored)

Fixed returning variable name in create_join_clause().

Revision 1.127 / (download) - [select for diffs], Wed Mar 31 15:00:39 2004 UTC (20 years ago) by nepto

Changes since 1.126: +24 -15 lines
Diff to previous 1.126 (colored) to selected 1.174 (colored)

Fixed #134: joining tables with weird result
(thanks to michal for the idea and patch)

Revision 1.126 / (download) - [select for diffs], Sat Mar 20 21:00:12 2004 UTC (20 years ago) by nepto

Changes since 1.125: +5 -2 lines
Diff to previous 1.125 (colored) to selected 1.174 (colored)

Fixed #190: URLdisp cannot show images
(URLdisp is now escaped according to field's ['escape'])

Revision 1.125 / (download) - [select for diffs], Sat Mar 20 11:47:19 2004 UTC (20 years ago) by nepto

Changes since 1.124: +3 -3 lines
Diff to previous 1.124 (colored) to selected 1.174 (colored)

Display plain text also for readonly URLs on the change page.

Revision 1.124 / (download) - [select for diffs], Mon Mar 8 09:45:34 2004 UTC (20 years ago) by nepto

Changes since 1.123: +2 -6 lines
Diff to previous 1.123 (colored) to selected 1.174 (colored)

Fixed #0000195: listall broken with mysql alpha 4.1.1
(thanks to hbernard for providing a solution)

Revision 1.123 / (download) - [select for diffs], Mon Mar 8 09:43:04 2004 UTC (20 years ago) by nepto

Changes since 1.122: +5 -3 lines
Diff to previous 1.122 (colored) to selected 1.174 (colored)

$current_page and $total_pages are not cumputed when doing "listall"
(it has no sence)

Revision 1.122 / (download) - [select for diffs], Mon Feb 23 13:55:41 2004 UTC (20 years, 1 month ago) by nepto

Changes since 1.121: +2 -2 lines
Diff to previous 1.121 (colored) to selected 1.174 (colored)

Fixed division by zero when doing listall.

Revision 1.121 / (download) - [select for diffs], Mon Jan 26 17:17:49 2004 UTC (20 years, 2 months ago) by nepto


Changes since 1.120: +1 -10 lines
Diff to previous 1.120 (colored) to selected 1.174 (colored)

Fixed #168: printCSSclass() useless (mentioned function was removed)

Revision 1.120 / (download) - [select for diffs], Wed Jan 21 16:26:55 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.119: +5 -5 lines
Diff to previous 1.119 (colored) to selected 1.174 (colored)

Added basis of field's ['input'] option; BC with ['options']
will be preserved for some time, at least in 5.4 release.

Revision 1.119 / (download) - [select for diffs], Tue Jan 20 10:45:00 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.118: +4 -10 lines
Diff to previous 1.118 (colored) to selected 1.174 (colored)

Fixed #0000131; this means, that ['width'] field attribute was
completelly removed and documentation was updated as well

Revision 1.118 / (download) - [select for diffs], Tue Jan 20 10:37:55 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.117: +16 -12 lines
Diff to previous 1.117 (colored) to selected 1.174 (colored)

Do not show navigation buttons when doing "listall"
(thanks to hbernard for the patch)

Revision 1.117 / (download) - [select for diffs], Tue Jan 20 10:26:58 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.116: +7 -9 lines
Diff to previous 1.116 (colored) to selected 1.174 (colored)

Operation handling simplyfication (related to #112).

Revision 1.116 / (download) - [select for diffs], Fri Jan 16 19:46:32 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored) to selected 1.174 (colored)

Bumped copyright year to 2004 and version to 5.3.8.

Revision 1.115 / (download) - [select for diffs], Mon Jan 12 08:59:21 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored) to selected 1.174 (colored)

Fixed "Pressing Enter to perform a Query" in MS IE.
(thanks to hbernard)

Revision 1.114 / (download) - [select for diffs], Mon Jan 12 05:52:55 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.113: +57 -37 lines
Diff to previous 1.113 (colored) to selected 1.174 (colored)

Fixed #0000033: Fast moving between list pages
(thanks to hbernard & others for the patches)
Note, that with this change three new keys "First",
"Last" and "Go to" were added into language files.

Revision 1.113 / (download) - [select for diffs], Mon Jan 12 05:42:38 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.112: +2 -1 lines
Diff to previous 1.112 (colored) to selected 1.174 (colored)

Fixed sub-bug related to #114: when coming from view page, if pre-update
fail, $ret was set to false (thanks to hbernard).

Revision 1.112 / (download) - [select for diffs], Sat Jan 3 02:51:07 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.111: +23 -2 lines
Diff to previous 1.111 (colored) to selected 1.174 (colored)

Fixed #0000112: Pressing Enter to perform a Query

Revision 1.111 / (download) - [select for diffs], Sat Jan 3 02:27:31 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.110: +69 -14 lines
Diff to previous 1.110 (colored) to selected 1.174 (colored)

Fixed #0000114: Pre/after Edit/View trigger
(and finally thanks to hbernard for the idea & patch)

Revision 1.110 / (download) - [select for diffs], Fri Jan 2 18:53:45 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored) to selected 1.174 (colored)

Fixed typo in the htmlSubmit() description.

Revision 1.109 / (download) - [select for diffs], Fri Jan 2 18:51:36 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.108: +37 -37 lines
Diff to previous 1.108 (colored) to selected 1.174 (colored)

Fixed #0000125:  cancel buttons should be reset buttons
(again thanks to hbernard for the patch)
With this commit there was also htmlSubmit() function created,
which is user for creating "submit" buttons (except list page).

Revision 1.108 / (download) - [select for diffs], Fri Jan 2 11:37:18 2004 UTC (20 years, 2 months ago) by nepto

Changes since 1.107: +13 -7 lines
Diff to previous 1.107 (colored) to selected 1.174 (colored)

Fixed #0000154: CGI values shouldn't be slash-stripped
(thanks to hbernard for the pointing on this issue)
Actually get_cgi_var() function was synchronized with phpPlatonLib.

Revision 1.107 / (download) - [select for diffs], Tue Dec 30 21:38:27 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.106: +16 -20 lines
Diff to previous 1.106 (colored) to selected 1.174 (colored)

Function create_javascripts() renamed to form_begin()
and new function form_end() was created.

Revision 1.106 / (download) - [select for diffs], Tue Dec 30 21:22:44 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.105: +6 -8 lines
Diff to previous 1.105 (colored) to selected 1.174 (colored)

Fixed #0000153: Field size cannot be specified
(thanks to Feike for idea and patch)
Documentation updated as well.

Revision 1.105 / (download) - [select for diffs], Tue Dec 30 20:55:52 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.104: +6 -6 lines
Diff to previous 1.104 (colored) to selected 1.174 (colored)

Fixed names of SQL field aliases used internally by phpMyEdit.

Revision 1.104 / (download) - [select for diffs], Tue Dec 30 19:32:04 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.103: +4 -4 lines
Diff to previous 1.103 (colored) to selected 1.174 (colored)

Fixed #0000156: Filter enabled even if 'F" not specified.

Revision 1.103 / (download) - [select for diffs], Fri Dec 19 17:06:23 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.102: +3 -2 lines
Diff to previous 1.102 (colored) to selected 1.174 (colored)

Added new variable $link into URL field option.

Revision 1.102 / (download) - [select for diffs], Thu Dec 18 21:37:23 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.101: +6 -5 lines
Diff to previous 1.101 (colored) to selected 1.174 (colored)

Fixed #0000147: $opts[page_name] can't be declared correctly.
(thanks to Feike for the patch)

Revision 1.101 / (download) - [select for diffs], Thu Dec 18 21:13:32 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.100: +7 -6 lines
Diff to previous 1.100 (colored) to selected 1.174 (colored)

Fixed #0000150: Trimlen breaks URL linkages (thanks to ajh).

Revision 1.100 / (download) - [select for diffs], Mon Dec 15 14:33:04 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.99: +37 -5 lines
Diff to previous 1.99 (colored) to selected 1.174 (colored)

Removed all eval() calls from the code; simple and secure
variable substitution function is used instead.

Revision 1.99 / (download) - [select for diffs], Thu Dec 11 12:27:42 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.98: +27 -17 lines
Diff to previous 1.98 (colored) to selected 1.174 (colored)

[11/12/2003]
- date mask options are not applied also when timestamp is 0
- implemented ['escape'] field option to control HTML
  characters esaping; when not present, default value is "true"
- implemented ['display']['form'] global option to control whether
  HTML <FORM> tag shoul be written to output by phpMyEdit; if not
  present, default value is considered as "true"

Revision 1.98 / (download) - [select for diffs], Wed Dec 10 21:16:16 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.97: +1 -3 lines
Diff to previous 1.97 (colored) to selected 1.174 (colored)

Removed duplicate line.

Revision 1.97 / (download) - [select for diffs], Tue Dec 9 11:16:13 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.96: +3 -3 lines
Diff to previous 1.96 (colored) to selected 1.174 (colored)

Options ['datemask'] and ['strftimemask'] are not applied
to empty strings or NULLs.

Revision 1.96 / (download) - [select for diffs], Mon Dec 8 09:17:30 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.95: +58 -22 lines
Diff to previous 1.95 (colored) to selected 1.174 (colored)

[8/12/2003]
- write SQL expressions via ['sqlw'] option implemented
- basis of virtual properties (currently useless)

Revision 1.95 / (download) - [select for diffs], Thu Nov 20 11:52:29 2003 UTC (20 years, 4 months ago) by nepto

Changes since 1.94: +3 -3 lines
Diff to previous 1.94 (colored) to selected 1.174 (colored)

Changed URL from www.platon.sk to platon.sk.

Revision 1.94 / (download) - [select for diffs], Mon Aug 18 20:31:58 2003 UTC (20 years, 7 months ago) by nepto

Changes since 1.93: +10 -15 lines
Diff to previous 1.93 (colored) to selected 1.174 (colored)

Read ['sql'] option now works in all modes.
Unneccessary second parameter to method fqn() removed.

Revision 1.93 / (download) - [select for diffs], Sat Aug 16 14:01:17 2003 UTC (20 years, 7 months ago) by nepto

Changes since 1.92: +5 -7 lines
Diff to previous 1.92 (colored) to selected 1.174 (colored)

Tiny improvements in fqn() method.

Revision 1.92 / (download) - [select for diffs], Sat Aug 16 01:41:26 2003 UTC (20 years, 7 months ago) by nepto

Changes since 1.91: +4 -2 lines
Diff to previous 1.91 (colored) to selected 1.174 (colored)

[15/8/2003]
- implemented general control of TAB feature
  via $opts['display']['tabs'] variable

Revision 1.91 / (download) - [select for diffs], Tue Jul 29 14:45:02 2003 UTC (20 years, 8 months ago) by nepto

Changes since 1.90: +6 -4 lines
Diff to previous 1.90 (colored) to selected 1.174 (colored)

Fixed #0000119: readonly time/date field with datemask display
(in addition new method col_has_datemask() was implemented)

Revision 1.90 / (download) - [select for diffs], Mon Jul 28 16:37:53 2003 UTC (20 years, 8 months ago) by nepto

Changes since 1.89: +2 -3 lines
Diff to previous 1.89 (colored) to selected 1.174 (colored)

Fixed #0000120: CVS version of phpMyEdit.class.php
    - variable $moreeadd changed to proper $moreadd
    - $this->apply was not used thus it was removed completelly
Thanks to Doug Hockinson for catching these ussies.

Revision 1.89 / (download) - [select for diffs], Fri Jul 25 20:53:18 2003 UTC (20 years, 8 months ago) by nepto

Changes since 1.88: +12 -23 lines
Diff to previous 1.88 (colored) to selected 1.174 (colored)

Fixed #0000118: $key value is not save in Changelog

Revision 1.88 / (download) - [select for diffs], Fri Jul 25 20:18:08 2003 UTC (20 years, 8 months ago) by nepto

Changes since 1.87: +12 -16 lines
Diff to previous 1.87 (colored) to selected 1.174 (colored)

Fixed several weird 'H' (hidden) flag behaviours.

Revision 1.87 / (download) - [select for diffs], Thu Jul 24 12:45:28 2003 UTC (20 years, 8 months ago) by nepto

Changes since 1.86: +30 -13 lines
Diff to previous 1.86 (colored) to selected 1.174 (colored)

CSS classification were made for TABs feature.

Revision 1.86 / (download) - [select for diffs], Thu Jul 24 10:49:00 2003 UTC (20 years, 8 months ago) by nepto

Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored) to selected 1.174 (colored)

Fixed bug with bad phpMyEdit_field_to_tab array creation.

Revision 1.85 / (download) - [select for diffs], Wed Jul 9 19:54:30 2003 UTC (20 years, 8 months ago) by nepto

Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored) to selected 1.174 (colored)

Changed TAB style background property from "inherit" to "none".
This definitelly makes TAB feature works also on MS IE.

Revision 1.84 / (download) - [select for diffs], Wed Jul 9 19:38:31 2003 UTC (20 years, 8 months ago) by nepto

Changes since 1.83: +11 -4 lines
Diff to previous 1.83 (colored) to selected 1.174 (colored)

Function realpath() used for paths resolving.

Revision 1.83 / (download) - [select for diffs], Sat Jun 21 11:44:42 2003 UTC (20 years, 9 months ago) by nepto

Changes since 1.82: +102 -6 lines
Diff to previous 1.82 (colored) to selected 1.174 (colored)

[21/6/2003]
- initial commit regarding to TABs support in phpMyEdit
  (this is based on the request #0000063: Notebook display)

Revision 1.82 / (download) - [select for diffs], Sat May 31 21:14:14 2003 UTC (20 years, 10 months ago) by nepto

Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.174 (colored)

Field is no longer forced to readonly when ['sql'] option is used.

Revision 1.81 / (download) - [select for diffs], Mon May 12 22:30:22 2003 UTC (20 years, 10 months ago) by nepto

Changes since 1.80: +5 -5 lines
Diff to previous 1.80 (colored) to selected 1.174 (colored)

Reviewed and documented field's ['sql'] option.

Revision 1.80 / (download) - [select for diffs], Fri May 2 17:55:47 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.79: +30 -17 lines
Diff to previous 1.79 (colored) to selected 1.174 (colored)

[2/5/2003]
- column option ['colattrs'] implemented (based on the original
  cell ['align'] patch by Raffaele Spangaro" <spangarox@yahoo.it>)

Revision 1.79 / (download) - [select for diffs], Thu May 1 21:44:44 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.78: +65 -65 lines
Diff to previous 1.78 (colored) to selected 1.174 (colored)

- removed unneccessary string concatenations from echo() calls

Revision 1.78 / (download) - [select for diffs], Mon Apr 28 22:18:36 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.77: +43 -24 lines
Diff to previous 1.77 (colored) to selected 1.174 (colored)

- yet another fix for already "fixed" #0000047 and all things around
  (this need a lot of testing)

Revision 1.77 / (download) - [select for diffs], Sat Apr 26 22:13:31 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.76: +7 -7 lines
Diff to previous 1.76 (colored) to selected 1.174 (colored)

- improved validity of HTML output

Revision 1.76 / (download) - [select for diffs], Sun Apr 20 21:39:16 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored) to selected 1.174 (colored)

- properly classified Query button ("pme-filter" -> "pme-query")

Revision 1.75 / (download) - [select for diffs], Sun Apr 13 12:24:54 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.74: +41 -19 lines
Diff to previous 1.74 (colored) to selected 1.174 (colored)

- try to fix issue related to striping tags and escaping values
  in html selections; this will be surely improved in future

Revision 1.74 / (download) - [select for diffs], Sun Apr 13 01:09:50 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored) to selected 1.174 (colored)

[12/4/2003]
- fixed #76 again, patch was not correct, thought idea was good

Revision 1.73 / (download) - [select for diffs], Thu Apr 10 19:50:56 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.72: +5 -1 lines
Diff to previous 1.72 (colored) to selected 1.174 (colored)

- fixed #0000074: "alt"-tag should be a "title"-tag
  (thanks to Gerd)

Revision 1.72 / (download) - [select for diffs], Thu Apr 10 17:39:40 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) to selected 1.174 (colored)

- fixed #0000076: mask attribute does not work properly
  (thanks to Mariano <mvassallo at ciudad dot com dot ar>)

Revision 1.71 / (download) - [select for diffs], Mon Apr 7 00:40:05 2003 UTC (20 years, 11 months ago) by nepto


Changes since 1.70: +7 -3 lines
Diff to previous 1.70 (colored) to selected 1.174 (colored)

[7/4/2003]
- error reporting handling added into core class constructor
- fixed CSS postfix appending in display_change_field()

Revision 1.70 / (download) - [select for diffs], Sun Apr 6 02:55:16 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.69: +9 -9 lines
Diff to previous 1.69 (colored) to selected 1.174 (colored)

Word "dividor" is not correct, so using "divider" instead.

Revision 1.69 / (download) - [select for diffs], Sat Apr 5 22:20:19 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.174 (colored)

- fixed #0000064: no javascript validation during 'Copy' Operation
  (thanks to hbernard for fixing this bug)

Revision 1.68 / (download) - [select for diffs], Sat Apr 5 20:37:42 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.67: +64 -51 lines
Diff to previous 1.67 (colored) to selected 1.174 (colored)

[5/4/2003]
- $opts['fdd']['col_name']['css']['postfix'] implementation
- other tiny improvements related to CSS handling

Revision 1.67 / (download) - [select for diffs], Thu Apr 3 00:23:22 2003 UTC (21 years ago) by nepto

Changes since 1.66: +16 -2 lines
Diff to previous 1.66 (colored) to selected 1.174 (colored)

- fixed #0000047: values2 not interpreted in list table when SET field

Revision 1.66 / (download) - [select for diffs], Mon Mar 31 18:44:20 2003 UTC (21 years ago) by nepto

Changes since 1.65: +28 -24 lines
Diff to previous 1.65 (colored) to selected 1.174 (colored)

- ability to have selects, multiple selects and textareas readonly

Revision 1.65 / (download) - [select for diffs], Sun Mar 30 21:57:30 2003 UTC (21 years ago) by nepto

Changes since 1.64: +98 -136 lines
Diff to previous 1.64 (colored) to selected 1.174 (colored)

- $changed array of changed keys is now also available in all triggers
- ['URLprefix'] and ['URLpostfix'] may be arrays
- fixed bug in htmlDisplay() when $disallow_empty and !$escape are set
- method encode() was removed

Revision 1.64 / (download) - [select for diffs], Sun Mar 30 01:12:30 2003 UTC (21 years ago) by nepto

Changes since 1.63: +123 -116 lines
Diff to previous 1.63 (colored) to selected 1.174 (colored)

[30/3/2003]
- ['URLprefix'] and ['URLpostfix'] are added only if missing
- added URL displaying on delete/view pages
- standardize do_*_record() function to have $newvals and $oldvals
  available in trigger files
- implemented ['datemask'] and ['strftimemask'] to format date and time
  fields (currently done only for fields displaying; entering using these
  masks is still missing)

Revision 1.63 / (download) - [select for diffs], Sat Mar 29 15:41:18 2003 UTC (21 years ago) by nepto

Changes since 1.62: +50 -48 lines
Diff to previous 1.62 (colored) to selected 1.174 (colored)

- SQL table aliases changed from "TableN" to "phpMyEdit_table_alias_N" or
  something similar
- patch from Shaun Johnston extended by adding divs[-1] to implement prefix
  and divs[$n + 1] to implement postfix

Revision 1.62 / (download) - [select for diffs], Sat Mar 29 01:44:53 2003 UTC (21 years ago) by nepto

Changes since 1.61: +1 -49 lines
Diff to previous 1.61 (colored) to selected 1.174 (colored)

Removed unneccessary huge comment with old code.

Revision 1.61 / (download) - [select for diffs], Sat Mar 29 01:34:04 2003 UTC (21 years ago) by nepto

Changes since 1.60: +142 -271 lines
Diff to previous 1.60 (colored) to selected 1.174 (colored)

[29/3/2003]
- field type parameter is no longer needed and used; all occurences were
  removed from core class and setup script as well
- default hostname "localhost" present in setup script
- a lot of redunacy and unneccessary code was removed
- class constructor cleanup

Revision 1.60 / (download) - [select for diffs], Wed Mar 26 18:40:01 2003 UTC (21 years ago) by nepto

Changes since 1.59: +8 -4 lines
Diff to previous 1.59 (colored) to selected 1.174 (colored)

- message cell is not printed if message is empty

Revision 1.59 / (download) - [select for diffs], Tue Mar 25 21:54:28 2003 UTC (21 years ago) by nepto

Changes since 1.58: +138 -196 lines
Diff to previous 1.58 (colored) to selected 1.174 (colored)

- code cleanup: short functions were moved to the top and some
  unneccessary commets were remvoed or moved to the TODO file

Revision 1.58 / (download) - [select for diffs], Wed Mar 19 19:57:25 2003 UTC (21 years ago) by nepto

Changes since 1.57: +146 -146 lines
Diff to previous 1.57 (colored) to selected 1.174 (colored)

[19/3/2003]
- applied improvement #0000052 - default value for drop down boxes
  in add record page (thanks to hereq)
- tags are stripped in HTML selects values
- Clear button does not hide the filter now
- fixed filtering regarding to "0", "", "*" and similar strings
- several imrpovements regarding to "qfn" stuff

Revision 1.57 / (download) - [select for diffs], Wed Mar 19 01:03:49 2003 UTC (21 years ago) by nepto

Changes since 1.56: +34 -30 lines
Diff to previous 1.56 (colored) to selected 1.174 (colored)

[18/3/2003]
- in do_add_record() changed $vals_ori to $values and $vals to $vals_quoted,
  $values are now also available also in "before" trigger
- read only and hidden fields are automaticaly counted as not required;
  this prevents JavaScript checks for these fields
- fixed sequences in CSS
- better signature for sent e-mail messages

Revision 1.56 / (download) - [select for diffs], Tue Mar 18 00:52:59 2003 UTC (21 years ago) by nepto

Changes since 1.55: +262 -220 lines
Diff to previous 1.55 (colored) to selected 1.174 (colored)

- moving on CSS classes policy matter
- various optimalizations to avoid string concatenations

Revision 1.55 / (download) - [select for diffs], Mon Mar 17 19:30:44 2003 UTC (21 years ago) by nepto

Changes since 1.54: +32 -2 lines
Diff to previous 1.54 (colored) to selected 1.174 (colored)

[17/3/2003]
- moving on CSS classes policy matter

Revision 1.54 / (download) - [select for diffs], Thu Mar 6 23:16:56 2003 UTC (21 years ago) by nepto

Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.174 (colored)

Changed description in initial comment.

Revision 1.53 / (download) - [select for diffs], Tue Mar 4 23:58:43 2003 UTC (21 years ago) by nepto

Changes since 1.52: +4 -11 lines
Diff to previous 1.52 (colored) to selected 1.174 (colored)

Removed elog() and error_log() stuff.

Revision 1.52 / (download) - [select for diffs], Tue Feb 18 00:21:11 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.51: +145 -353 lines
Diff to previous 1.51 (colored) to selected 1.174 (colored)

[18/2/2003]
- starting with CSS classes policy implementation (all items are currently
  marked with "TODO-class") + cosmetic code changes

Revision 1.51 / (download) - [select for diffs], Mon Feb 17 21:15:58 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored) to selected 1.174 (colored)

Cosmetic HTML changes.

Revision 1.50 / (download) - [select for diffs], Sat Feb 15 19:56:16 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.49: +230 -292 lines
Diff to previous 1.49 (colored) to selected 1.174 (colored)

[15/2/2003]
- a lot of unnecessary code removal (gather_*(), plain2web(), web2plain())
- fixed multiple selects usage on add and edit pages

Revision 1.49 / (download) - [select for diffs], Sat Feb 15 11:23:57 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.48: +238 -206 lines
Diff to previous 1.48 (colored) to selected 1.174 (colored)

[14/2/2003]
- timer.class file removed, class integrated into phpMyEdit core file
- fixed searching/filtering in text inputs of table lookup fields

Revision 1.48 / (download) - [select for diffs], Wed Feb 12 00:08:48 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.47: +1 -2 lines
Diff to previous 1.47 (colored) to selected 1.174 (colored)

[12/2/2003]
- fixed #0000023: Change/Save doesn't work with Mozilla

Revision 1.47 / (download) - [select for diffs], Tue Jan 28 04:07:44 2003 UTC (21 years, 2 months ago) by nepto

Changes since 1.46: +9 -7 lines
Diff to previous 1.46 (colored) to selected 1.174 (colored)

- fixed set datatype storage into changelog during update action
  (actually Array was written instead val1,val2,...)

Revision 1.46 / (download) - [select for diffs], Mon Jan 27 20:50:01 2003 UTC (21 years, 2 months ago) by nepto

Changes since 1.45: +23 -6 lines
Diff to previous 1.45 (colored) to selected 1.174 (colored)

[27/1/2003]
- improved javascript empty fields protection; string is now trimed before
  check if it is empty

Revision 1.45 / (download) - [select for diffs], Wed Jan 15 22:19:08 2003 UTC (21 years, 2 months ago) by nepto

Changes since 1.44: +12 -17 lines
Diff to previous 1.44 (colored) to selected 1.174 (colored)

Fixed couple of varnings (maily uninitialized indexes in arrays).
New get_cgi_var() fetched from phpPlatonLib:Platon.php.

Revision 1.44 / (download) - [select for diffs], Sun Jan 12 14:58:38 2003 UTC (21 years, 2 months ago) by nepto

Changes since 1.43: +45 -30 lines
Diff to previous 1.43 (colored) to selected 1.174 (colored)

[12/1/2003]
- multiple select can be forced now by ['select'] = 'M'
- added JavaScript validation support for select and multiple select fields

Revision 1.43 / (download) - [select for diffs], Fri Jan 3 14:33:36 2003 UTC (21 years, 2 months ago) by nepto

Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.174 (colored)

Updated to year 2003.

Revision 1.42 / (download) - [select for diffs], Tue Dec 24 16:47:36 2002 UTC (21 years, 3 months ago) by nepto

Changes since 1.41: +14 -6 lines
Diff to previous 1.41 (colored) to selected 1.174 (colored)

- fixed SQL query error check in list_table()
- improved error() method

Revision 1.41 / (download) - [select for diffs], Sun Dec 22 20:37:14 2002 UTC (21 years, 3 months ago) by nepto

Changes since 1.40: +10 -10 lines
Diff to previous 1.40 (colored) to selected 1.174 (colored)

[22/12/2002]
- fixed security bug - updating/adding/deleting record without particular
  flag present in $opts['option'] option

Revision 1.40 / (download) - [select for diffs], Wed Dec 18 18:40:42 2002 UTC (21 years, 3 months ago) by nepto

Changes since 1.39: +7 -5 lines
Diff to previous 1.39 (colored) to selected 1.174 (colored)

Fixed hidden field behaviour on add record page.

Revision 1.39 / (download) - [select for diffs], Sun Dec 15 09:16:33 2002 UTC (21 years, 3 months ago) by nepto

Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored) to selected 1.174 (colored)

Tiny improvements (removed debug code, make comments more pretty, etc.)

Revision 1.38 / (download) - [select for diffs], Sat Dec 14 22:48:05 2002 UTC (21 years, 3 months ago) by nepto

Changes since 1.37: +196 -203 lines
Diff to previous 1.37 (colored) to selected 1.174 (colored)

[14/12/2002]
- improvemets of e-mail notifying and changelog saving
- all do_*_record() methods rewritten
- fixed hidden field behaviour (but it needs to be consulted with PME users)
- removed possibility of sorting according to hidden or password field
- get_server_var() method added

Revision 1.37 / (download) - [select for diffs], Sat Dec 14 04:40:55 2002 UTC (21 years, 3 months ago) by nepto

Changes since 1.36: +405 -490 lines
Diff to previous 1.36 (colored) to selected 1.174 (colored)

HUGE changes (some source parts also reformatted).
- fixed password field behaviour
- fixed readonly field behaviour
- rewritten logging changes into changelog table
- rewritten e-mail notification of changes
- some method simplification, huge code cleanup

Revision 1.36 / (download) - [select for diffs], Thu Dec 12 21:42:48 2002 UTC (21 years, 3 months ago) by nepto

Changes since 1.35: +39 -13 lines
Diff to previous 1.35 (colored) to selected 1.174 (colored)

[13/12/2002]
- error message printing when language files could not be located and included
- persistent (session) CGI variables implemented via $opts['cgi']['persist']

Revision 1.35 / (download) - [select for diffs], Wed Dec 11 23:41:54 2002 UTC (21 years, 3 months ago) by nepto

Changes since 1.34: +4 -3 lines
Diff to previous 1.34 (colored) to selected 1.174 (colored)

[12/12/2002]
- fixed bug with multiple rows printing when using ['column'] without
  ['description']; old behaviour can be reached using the same column for
  both options (in example ['column'] = ['description'] = 'column_name')

Revision 1.34 / (download) - [select for diffs], Tue Dec 3 21:13:08 2002 UTC (21 years, 3 months ago) by nepto


Changes since 1.33: +18 -10 lines
Diff to previous 1.33 (colored) to selected 1.174 (colored)

- fixed usage of real/double key types
- generated script will have all special page elements turned on by default

Revision 1.33 / (download) - [select for diffs], Mon Dec 2 23:13:31 2002 UTC (21 years, 3 months ago) by nepto

Changes since 1.32: +39 -33 lines
Diff to previous 1.32 (colored) to selected 1.174 (colored)

[2/12/2002]
- reimplemented input field sizes in filter
- fixed bug, when sorting according to non-displayed field ($this->fqn($field)
  is used instead of "qf$field", since second one does not exist)

Revision 1.32 / (download) - [select for diffs], Sun Nov 24 17:01:11 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.31: +40 -53 lines
Diff to previous 1.31 (colored) to selected 1.174 (colored)

[24/11/2002]
- added russian language file (thanks to Lev Zabudkin <zabudkin@mail.ru>)
- fixed superfluous cells printing in add record action
- fixed empty field bug for read only fields on add page
- rewritten size/maxlength input field issues

Revision 1.31 / (download) - [select for diffs], Fri Nov 22 12:48:46 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.30: +25 -12 lines
Diff to previous 1.30 (colored) to selected 1.174 (colored)

- added database connection closing at the end of phpMyEdit execution
- explicit MySQL query performing using stored database handle

Revision 1.30 / (download) - [select for diffs], Fri Nov 22 00:21:49 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.29: +12 -8 lines
Diff to previous 1.29 (colored) to selected 1.174 (colored)

[22/11/2002]
- fixed bad column saves for particular field definitions and "Apply" action

Revision 1.29 / (download) - [select for diffs], Mon Nov 18 20:49:30 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.28: +84 -86 lines
Diff to previous 1.28 (colored) to selected 1.174 (colored)

[18/11/2002]
- fixed undesirable <tr> printing in display_add_record() method
- fixed bad hidden input tags position on diplay record pages; they were moved
  before table declaration, so they are not inside anymore

Revision 1.28 / (download) - [select for diffs], Thu Nov 14 23:29:58 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.27: +158 -110 lines
Diff to previous 1.27 (colored) to selected 1.174 (colored)

[14/11/2002]
- add "Apply" functionality into change record page
- removed get_http_*() methods; only get_cgi_var() is used for safe CGI
  variables retrieval
- informational message is also printed in display record page if neccessary
- options "default_sort_columns" removed and its functionality assigned to
  "sort_field" option; due to complete rewrite of sorting system, other
  features are:
    - "sort_field" initialization by column name or field number
    - "sort_field" initialization by one element or array of elements
    - cumulative sorting (more sorting column selection on the fly)
- fixed nasty bug: after "More" or "Apply" oprtation was wrong columns and/or
  column names displayed

Revision 1.27 / (download) - [select for diffs], Tue Nov 12 21:41:43 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.26: +19 -15 lines
Diff to previous 1.26 (colored) to selected 1.174 (colored)

[12/11/2002]
- HTML tags and attributes generation improvements such as quoting 'align'
  attribute, removing 'nowrap', etc. (thanks to <Alan@ridersite.org>)
- fixed 'sort_field' behaviour; now works fine
Version changed to 5.1.11.

Revision 1.26 / (download) - [select for diffs], Sun Nov 3 15:29:10 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.25: +103 -86 lines
Diff to previous 1.25 (colored) to selected 1.174 (colored)

- fixed JavaScript empty form fields validation; JavaScript is now generated
  only if field with ['required'] turned on exists
- fixed bug using htmlDisplay() when displaying empty data for input/textarea
  fields
Version changed to 5.1.10.

Revision 1.25 / (download) - [select for diffs], Sat Nov 2 19:19:34 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.24: +14 -5 lines
Diff to previous 1.24 (colored) to selected 1.174 (colored)

- created phpMyEdit class error handler via method error(); it could be used
  by extensions as well
- fixed bug with recreate_fdd() call in class contructor

Revision 1.24 / (download) - [select for diffs], Sat Nov 2 13:24:28 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.23: +9 -6 lines
Diff to previous 1.23 (colored) to selected 1.174 (colored)

[1/11/2002]
- fixed undefined index warings in $HTTP_GET_VARS[] array in setup file
- improved connect() method and others slight improvements

Revision 1.23 / (download) - [select for diffs], Wed Oct 30 11:49:56 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.22: +146 -97 lines
Diff to previous 1.22 (colored) to selected 1.174 (colored)

- methods simplyfication and split (connect(), recreate_displayed(),
  recreate_fdd() was added); it should bring better and easier phpMyEdit
  extensions implementation
- added extensions/phpMyEdit-slide.class.php extension

Revision 1.22 / (download) - [select for diffs], Tue Oct 29 16:54:47 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.21: +18 -21 lines
Diff to previous 1.21 (colored) to selected 1.174 (colored)

Fixed all occurences of possible empty fields.

Revision 1.21 / (download) - [select for diffs], Tue Oct 29 16:17:57 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.174 (colored)

- changed invalid HTML attribute `maxwidth' to `maxlength' in `input' tag
  (fixes #629942)

Revision 1.20 / (download) - [select for diffs], Tue Oct 29 15:25:03 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.19: +7 -4 lines
Diff to previous 1.19 (colored) to selected 1.174 (colored)

Added default true parameter for disallowing empty fields into
  htmlDisplay() method.

Revision 1.19 / (download) - [select for diffs], Tue Oct 29 12:35:43 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.18: +8 -6 lines
Diff to previous 1.18 (colored) to selected 1.174 (colored)

Fixed language inclusion stuff.

Revision 1.18 / (download) - [select for diffs], Wed Oct 23 19:10:07 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.17: +165 -99 lines
Diff to previous 1.17 (colored) to selected 1.174 (colored)

[23/10/2002]
- set default sorting when using ['divs'] in ['values']['description'] and
  ['orderby'] is not specified
- intelligent usage of Search/Hide/Query labels; if there is space, long
  labels are used, short ones otherwise
- changed default language from English-US to classical English
- added Clear label with appropriate filter clear action
- forced graphics/text links and radio buttons to get minimum screen size
- fixed bug, when doing add/copy/change/delete action under filter enabled;
  not proper fields were displayed due to quering according filter flag, not
  according performed action flag
- ['strip_tags'] option for field implemented

Revision 1.17 / (download) - [select for diffs], Mon Oct 21 21:30:41 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.16: +37 -30 lines
Diff to previous 1.16 (colored) to selected 1.174 (colored)

[20/10/2002]
- fixed flag collision between copy opration and password field
- fixed bug with preserving descending sorting during record display

Revision 1.16 / (download) - [select for diffs], Sun Oct 20 22:04:19 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.15: +95 -69 lines
Diff to previous 1.15 (colored) to selected 1.174 (colored)

[19/10/2002]
- URL option implemented, now works for images location
- fixed division by zero; listing all is now also in inc equal to 0
- improved ['values2'] support
- added support for ['cgi']['append'] and ['cgi']['overwrite'] CGI variables
- added support for ['execute']

Revision 1.15 / (download) - [select for diffs], Fri Oct 18 20:58:11 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.14: +462 -498 lines
Diff to previous 1.14 (colored) to selected 1.174 (colored)

[18/10/2002]
- fixed bug with filter displaying, moving across various pages and parforming
  actions with filter enabled
- added feature to have ability to define special options connected with
  particular phpMyEdit actions for items in $fdd array

Revision 1.14 / (download) - [select for diffs], Thu Oct 17 21:06:46 2002 UTC (21 years, 5 months ago) by nepto


Changes since 1.13: +367 -387 lines
Diff to previous 1.13 (colored) to selected 1.174 (colored)

[17/10/2002] release 5.1 (official)
- added support for ['values2'] which can be used in addition to table lookup
  done by ['values']['table'] and similar options
- fixed save/change/delete bug, which updates bad fields not according to
  performed action
- added copyright headers into PHP files
- file doc/COPYING file added into distribution

Revision 1.13 / (download) - [select for diffs], Sat Oct 12 10:59:35 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.12: +122 -98 lines
Diff to previous 1.12 (colored) to selected 1.174 (colored)

[12/10/2002]
- clearification of URL stuff; better examples in generated files and also
  ['URLprefix'] and ['URLpostfix'] options was added; first one gives old 3.5
  ['URL'] bahaviour
- fixed selection and multiple selection filter behaviour
- some internal methods were modified, fe. fqn(), web2plain() and others
Version changed to 5.0.2.

Revision 1.12 / (download) - [select for diffs], Sun Sep 29 17:11:30 2002 UTC (21 years, 6 months ago) by nepto


Changes since 1.11: +115 -88 lines
Diff to previous 1.11 (colored) to selected 1.174 (colored)

[30/9/2002] release 5.0 (official)
- improved setup script with appropriate changes in class file; more clear
  comments, cleaner code, grouped options and added missing functionality (see
  `display' key), etc.
- huge code and HTML output cosmetic changes
- fixed colspan errors

Revision 1.11 / (download) - [select for diffs], Sun Sep 29 03:36:53 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.10: +50 -26 lines
Diff to previous 1.10 (colored) to selected 1.174 (colored)

[29/9/2002]
- removed `actionStyle' configuration parameter, `navigation' was added to get
  more flexibility of navigation style configuration

Revision 1.10 / (download) - [select for diffs], Wed Sep 25 18:06:20 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored) to selected 1.174 (colored)

Reindentation and little improvements.
We are preparing for 5.0 release.

Revision 1.9 / (download) - [select for diffs], Sun Sep 22 18:36:06 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.8: +7 -7 lines
Diff to previous 1.8 (colored) to selected 1.174 (colored)

Styles update (border margin and padding turned off for some elements).

Revision 1.8 / (download) - [select for diffs], Fri Aug 23 01:00:01 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.7: +158 -110 lines
Diff to previous 1.7 (colored) to selected 1.174 (colored)

[23/8/2002]
- applied patch from Bill Sparkman <sparkman@t-online.de> containing
  possibility to have navigation buttons also on top of page
- fixed buggy more operation functionality
- fixed set datatype behaviour during add operation
- removed empty initialization item in combo boxes during add operation
- new HTML (table) code for navigation buttons and output message printing
- following new language keys are now accepted: of, Search, Hide, Go; default
  values are initialized if they are not set
- Diplay to View language key changes

Revision 1.7 / (download) - [select for diffs], Fri Aug 16 21:54:38 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.6: +2 -0 lines
Diff to previous 1.6 (colored) to selected 1.174 (colored)

Added $Id: tags to make patching life easier.

Revision 1.6 / (download) - [select for diffs], Fri Aug 9 23:18:48 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.5: +96 -55 lines
Diff to previous 1.5 (colored) to selected 1.174 (colored)

[9/8/2002]
- applied patch from Shaun Johnston <shaun@compverse.com.au> to have ability
  to select more than one description column from another table; backward
  compatibility with 'description' field of 'values' array is preserved
- corrected display vs. view operation confusion; only view now exists,
  display was removed; use 'V' flag for this
- array_merge() calls completelly removed due to its strange behaviour;
  see also #575090 and similar
- fixed phpMyEditSetup.php file to work with register globals turned off
  (see #556553); also messages were updated and code was a little bit
  cleanified

Revision 1.5 / (download) - [select for diffs], Thu Aug 8 21:36:33 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.4: +164 -141 lines
Diff to previous 1.4 (colored) to selected 1.174 (colored)

[8/8/2002]
- fixed set SQL data type manipulation (works fine, yeah!)
- fixed proper column displaying in table list after record update (works?)
- fixed copy/change bug when lookup for data in other table is done
- unneccessary variables removed from display_change_field()
- pretty HTML output is no longer supported

Revision 1.4 / (download) - [select for diffs], Wed Aug 7 22:13:30 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.3: +112 -95 lines
Diff to previous 1.3 (colored) to selected 1.174 (colored)

- new transparent PNG icons added into distribution
- fixed bug with action links
- PGPMyEdit to phpMyedit change

Revision 1.3 / (download) - [select for diffs], Wed Aug 7 19:32:01 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.2: +134 -87 lines
Diff to previous 1.2 (colored) to selected 1.174 (colored)

[7/8/2002]
- fixed set handling (see #531091)
- fixed register_globals turned off behaviour; should works fine
- fixed URL/eval() parse error bug
- fixed bug in htmlSelect(); closing </option> tag was added
- changed HTTP-ACCEPT-LANGUAGE to HTTP_ACCEPT_LANGUAGE
- german language file according to #524371 changed

Revision 1.2 / (download) - [select for diffs], Wed Jul 31 15:43:48 2002 UTC (21 years, 8 months ago) by nepto

Changes since 1.1: +2622 -1 lines
Diff to previous 1.1 (colored) to selected 1.174 (colored)

phpMyEdit project imported into CVS (see http://phpmyedit.sf.net/).

Revision 1.1 / (download) - [select for diffs], Tue Jul 30 09:03:39 2002 UTC (21 years, 8 months ago) by nepto

Diff to selected 1.174 (colored)

Dummy initial commit.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top