Commit Log (Page 80 of 80)

back to main page

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80

Summary Period: 2002-07-19 to 2002-07-11 (Commits 1-18 of 3968)

slocati 2002-07-19 10:25

in parseForm() added check after fopen()

6 lines of code changed in:

slocati 2002-07-19 09:04

access private phpdocu directive

17 lines of code changed in:

slocati 2002-07-16 02:43

internationalized getDateInput()

20 lines of code changed in:

slocati 2002-07-15 09:10

a basic README

6 lines of code changed in:

slocati 2002-07-15 06:48

corrected package name

2 lines of code changed in:

slocati 2002-07-15 04:37

added getSqlDelete()
corrected a few typos in function names

23 lines of code changed in:

slocati 2002-07-15 03:30

transition to register_global = Off.
I'm using $_SERVER, $_GET, $_POST, $_FILES, and thus requiring PHP >= 4.1.0

6 lines of code changed in:

slocati 2002-07-15 03:16

improved indentation and comments

589 lines of code changed in:

slocati 2002-07-15 01:16

Task #57830: remove stale oracle code in dbform

15 lines of code changed in:

slocati 2002-07-14 07:41

directory layout: added the examples directory,
the code have to work even with register_global = Off

6 lines of code changed in:

slocati 2002-07-12 09:39

decided required versions for PHP and MySQL.
decided basic directory layout.

18 lines of code changed in:

slocati 2002-07-12 04:25

Added the file general.html, is the package description for phpdocumentor.
Changed the package to general in db_form and util.

14 lines of code changed in:

slocati 2002-07-12 00:45

Task #57831: remove util class use from db_form
db_form.php uses util::isKey() function, this is no longer necessary since
PHP offers now a similar function.
the PHP function used is array_key_exists($key, $array), and is available
since PHP 4.1.0. This means that we have to require PHP >= 4.1.0
In one case i used array_key_exists(), in the other cases i simply removed
the isKey() method, because in those cases it was introduced to remove PHP
notices. But, as i realized, this leads to cumbersome and not easy to read
code.

3 lines of code changed in:

slocati 2002-07-12 00:38

Analysis and Design document. Work in progress. First release.

98 lines of code changed in:

slocati 2002-07-11 03:56

Some static utilities.

161 lines of code changed in:

slocati 2002-07-11 03:53

The form and query processing class in its present state.
Needs some work to remove stale oracle code and the use of
util::isKey(), since PHP offers now a similar function.

1048 lines of code changed in:

slocati 2002-07-11 03:33

it was just a test... no tears please

0 lines of code changed in:

slocati 2002-07-11 03:13

just a test!

0 lines of code changed in:

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80


Generated by StatCvs v0.2-dev