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/phpMyEditSetup.php

[BACK] Up to [Platon] / phpMyEdit

Request diff between arbitrary revisions


Default branch: MAIN


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


Changes since 1.52: +92 -51 lines
Diff to previous 1.52 (colored) to selected 1.20 (colored)

modified all mysql functions for PHP/7.0

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

Changes since 1.51: +24 -14 lines
Diff to previous 1.51 (colored) to selected 1.20 (colored)

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

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

Changes since 1.50: +10 -10 lines
Diff to previous 1.50 (colored) to selected 1.20 (colored)

Fixed all the warnings in setup script
Warnings forced by .htaccess file:
    php_flag display_errors on
    php_value error_reporting 2147483647

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


Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.20 (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.49 / (download) - [select for diffs], Mon Jun 25 00:21:43 2007 UTC (16 years, 9 months ago) by nepto


Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored) to selected 1.20 (colored)

Navigation cells are not wraped

Revision 1.48 / (download) - [select for diffs], Sat Sep 9 07:38:54 2006 UTC (17 years, 6 months ago) by nepto


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

Regular expression substring $Platon was accidentally resolved, fixed

Revision 1.47 / (download) - [select for diffs], Sat Sep 9 07:34:44 2006 UTC (17 years, 6 months ago) by nepto

Changes since 1.46: +41 -1 lines
Diff to previous 1.46 (colored) to selected 1.20 (colored)

Implemented #258: Add version info to generated files

Revision 1.46 / (download) - [select for diffs], Fri Sep 8 17:09:02 2006 UTC (17 years, 6 months ago) by michal

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

fixed bug #402, options for database and table in setup script

Revision 1.45 / (download) - [select for diffs], Fri Sep 8 07:34:30 2006 UTC (17 years, 6 months ago) by nepto

Changes since 1.44: +40 -1 lines
Diff to previous 1.44 (colored) to selected 1.20 (colored)

Implemented #401: innoDB field contrains
(thanks to Ryan Wade - wryan <Wade.Ryan@acxiom.com>)

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

Changes since 1.43: +1 -1 lines
Diff to previous 1.43 (colored) to selected 1.20 (colored)

Fixed generated calling script charset
(thanks to Christian Asche for reporting)

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

Changes since 1.42: +15 -15 lines
Diff to previous 1.42 (colored) to selected 1.20 (colored)

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

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


Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.20 (colored)

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

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

Changes since 1.40: +25 -20 lines
Diff to previous 1.40 (colored) to selected 1.20 (colored)

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

Revision 1.40 / (download) - [select for diffs], Sat Mar 5 11:17:35 2005 UTC (19 years ago) by nepto

Changes since 1.39: +8 -1 lines
Diff to previous 1.39 (colored) to selected 1.20 (colored)

Fixed #311: setup script and cgi prefixes
(thanks to michal and hbernard)

Revision 1.39 / (download) - [select for diffs], Sun Nov 28 23:16:56 2004 UTC (19 years, 4 months ago) by nepto

Changes since 1.38: +11 -5 lines
Diff to previous 1.38 (colored) to selected 1.20 (colored)

Fixed #259: Standard STYLE commands cause clashes
(thanks to ajh for pointing on this and initial patch)

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

Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.20 (colored)

Fixed URL of phpMyEdit project management page at Platon.SK.

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

Changes since 1.36: +1 -2 lines
Diff to previous 1.36 (colored) to selected 1.20 (colored)

Re-fixed #219 - one line was forgotten to remove.

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

Changes since 1.35: +1 -5 lines
Diff to previous 1.35 (colored) to selected 1.20 (colored)

Deprecated ['required'] removed.
JavaScript validation is now by default not generated.

Revision 1.35 / (download) - [select for diffs], Sun Apr 11 11:12:59 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.34: +4 -5 lines
Diff to previous 1.34 (colored) to selected 1.20 (colored)

Fixed #219: Check "HTML header & footer", setup generates
NO php code (thanks to brycen for reporting)

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


Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.20 (colored)

Bumped copyright year to 2004 and version to 5.3.8.

Revision 1.33 / (download) - [select for diffs], Mon Dec 22 10:08:25 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.32: +10 -8 lines
Diff to previous 1.32 (colored) to selected 1.20 (colored)

Fixed #0000034: enum fields with " ' " come out wrong.

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

Changes since 1.31: +4 -2 lines
Diff to previous 1.31 (colored) to selected 1.20 (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.31 / (download) - [select for diffs], Thu Nov 20 11:52:29 2003 UTC (20 years, 4 months ago) by nepto

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

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

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

Changes since 1.29: +5 -8 lines
Diff to previous 1.29 (colored) to selected 1.20 (colored)

Trying to fix #122.

Revision 1.29 / (download) - [select for diffs], Wed May 14 17:04:35 2003 UTC (20 years, 10 months ago) by nepto

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

[14/5/2003]
- fixed #0000062: special mysql type handling should be documented
  (generated code now contains comments near read-only fields)

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

Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.20 (colored)

Substitued "Table0" with "PMEtable0" in setup script.

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

Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored) to selected 1.20 (colored)

- every occurence of "choose" changed to "select" in setup script

Revision 1.26 / (download) - [select for diffs], Sat Apr 19 09:30:29 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.20 (colored)

Better message about additional options.

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


Changes since 1.24: +79 -25 lines
Diff to previous 1.24 (colored) to selected 1.20 (colored)

- improved setup script to ask user for additional option
  (page header, HTML header, HTML footer, CSS basic sheet, etc.)

Revision 1.24 / (download) - [select for diffs], Sun Apr 6 01:38:38 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.23: +7 -4 lines
Diff to previous 1.23 (colored) to selected 1.20 (colored)

- fixed #0000067: when field type is "auto_increment" mark field
  'required' => false and read-only

Revision 1.23 / (download) - [select for diffs], Wed Apr 2 22:09:31 2003 UTC (21 years ago) by nepto

Changes since 1.22: +8 -8 lines
Diff to previous 1.22 (colored) to selected 1.20 (colored)

[2/4/2003]
- improved array syntax of generated PHP code
- removed 'nowrap' field option from generated code
- CSS stylesheet typo fixed

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

Changes since 1.21: +7 -7 lines
Diff to previous 1.21 (colored) to selected 1.20 (colored)

- CSS improvements in setup file

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

Changes since 1.20: +6 -8 lines
Diff to previous 1.20 (colored)

- 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

Revision 1.20 / (download) - [selected], Wed Mar 26 18:41:18 2003 UTC (21 years ago) by nepto

Changes since 1.19: +25 -12 lines
Diff to previous 1.19 (colored)

- several improvements in setup scripts:
  - output source code contains basic CSS
  - by default is page title empty and not written
  - added info about usage of MySQL reserved word as primary key name
  - etc.

Revision 1.19 / (download) - [select for diffs], Tue Mar 25 21:48:10 2003 UTC (21 years ago) by nepto

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

Removed language list from setup file.

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

Changes since 1.17: +282 -482 lines
Diff to previous 1.17 (colored) to selected 1.20 (colored)

[6/3/2003]
- several tiny improvements in setup script; many code cleanups was also
  done there

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

Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.20 (colored)

Updated to year 2003.

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


Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored) to selected 1.20 (colored)

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

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

Changes since 1.14: +1 -4 lines
Diff to previous 1.14 (colored) to selected 1.20 (colored)

Removed default_sort_columns option.

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

Changes since 1.13: +12 -12 lines
Diff to previous 1.13 (colored) to selected 1.20 (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.13 / (download) - [select for diffs], Wed Oct 23 19:10:07 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.12: +19 -2 lines
Diff to previous 1.12 (colored) to selected 1.20 (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.12 / (download) - [select for diffs], Mon Oct 21 21:30:41 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.11: +9 -8 lines
Diff to previous 1.11 (colored) to selected 1.20 (colored)

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

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

Changes since 1.10: +13 -4 lines
Diff to previous 1.10 (colored) to selected 1.20 (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.10 / (download) - [select for diffs], Thu Oct 17 21:06:46 2002 UTC (21 years, 5 months ago) by nepto


Changes since 1.9: +27 -3 lines
Diff to previous 1.9 (colored) to selected 1.20 (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.9 / (download) - [select for diffs], Sat Oct 12 10:59:35 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.8: +12 -8 lines
Diff to previous 1.8 (colored) to selected 1.20 (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.8 / (download) - [select for diffs], Sun Sep 29 17:11:30 2002 UTC (21 years, 6 months ago) by nepto


Changes since 1.7: +105 -109 lines
Diff to previous 1.7 (colored) to selected 1.20 (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.7 / (download) - [select for diffs], Sun Sep 29 03:36:53 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored) to selected 1.20 (colored)

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

Revision 1.6 / (download) - [select for diffs], Fri Sep 20 05:10:23 2002 UTC (21 years, 6 months ago) by tsilihin

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

test commit

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

Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored) to selected 1.20 (colored)

Added $Id: tags to make patching life easier.

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

Changes since 1.3: +111 -79 lines
Diff to previous 1.3 (colored) to selected 1.20 (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.3 / (download) - [select for diffs], Wed Aug 7 22:13:30 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.2: +6 -6 lines
Diff to previous 1.2 (colored) to selected 1.20 (colored)

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

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

Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored) to selected 1.20 (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.1 / (download) - [select for diffs], Wed Jul 31 15:43:48 2002 UTC (21 years, 8 months ago) by nepto

Diff to selected 1.20 (colored)

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

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