2001-05-08 h-wolters * classes/class.Connectdb.php, books/classes/class.Summary.php: Ok, lets build a new version * classes/class.Userinfo.php, books/classes/class.Publishers.php, books/classes/class.Search.php, books/classes/class.Summary.php, classes/class.Connectdb.php, classes/class.CreateRss.php, classes/class.EditHtml.php, classes/class.Names.php, classes/class.Review.php, books/classes/class.Books.php: only one more class to be recoded for the abstraction layer 2001-05-05 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-05-04 stefan * templates/base.tpl: Some minor layou updates because of the w3c specification 2001-05-04 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-05-04 stefan * templates/base.tpl: Some minor layou updates because of the w3c specification 2001-05-04 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-05-02 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-05-02 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-04-29 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-04-29 h-wolters * includes/language/dutch/language.php, includes/language/english/language.php, includes/language/german/language.php, doc/CREDITS, doc/TODO, books/classes/class.Search.php, classes/class.Categories.php, classes/class.Names.php, classes/class.Response.php, classes/class.Review.php, books/classes/class.Publishers.php, editbooks.php, index.html: Hi all, Done some major updates. Next to the db code there is a small list of things we might want to look at. O have created a new PRIO item in the TODO doc. It is calles DISCUSS! Like the name says, you could mention anything worth while. As for the db code, it's almost finished. I only need to code two more minor things (locking mechanism and the LIMIT mechanism). It only needs a major rundown to see if there is any specific db code in the extended classes after those methods. Regards, Hans p.s. Philip, I mentioned your name in the credits file since you didn't do it ;] * books/classes/class.Books.php, classes/class.Connectdb.php: books class is free of db specific code * classes/class.Categories.php: more general db code * classes/class.Authenticate.php, classes/class.Connectdb.php: Inserted a new method in the db class so we could skip all the db specific functions within the extended classes. Looks a little like Patricks DAL app but I do want some specific features 2001-04-29 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-04-29 h-wolters * includes/language/dutch/language.php, includes/language/english/language.php, includes/language/german/language.php, doc/CREDITS, doc/TODO, books/classes/class.Search.php, classes/class.Categories.php, classes/class.Names.php, classes/class.Response.php, classes/class.Review.php, books/classes/class.Publishers.php, editbooks.php, index.html: Hi all, Done some major updates. Next to the db code there is a small list of things we might want to look at. O have created a new PRIO item in the TODO doc. It is calles DISCUSS! Like the name says, you could mention anything worth while. As for the db code, it's almost finished. I only need to code two more minor things (locking mechanism and the LIMIT mechanism). It only needs a major rundown to see if there is any specific db code in the extended classes after those methods. Regards, Hans p.s. Philip, I mentioned your name in the credits file since you didn't do it ;] * books/classes/class.Books.php, classes/class.Connectdb.php: books class is free of db specific code * classes/class.Categories.php: more general db code * classes/class.Authenticate.php, classes/class.Connectdb.php: Inserted a new method in the db class so we could skip all the db specific functions within the extended classes. Looks a little like Patricks DAL app but I do want some specific features 2001-04-29 h-wolters * includes/language/dutch/language.php, includes/language/english/language.php, includes/language/german/language.php, doc/CREDITS, doc/TODO, books/classes/class.Search.php, classes/class.Categories.php, classes/class.Names.php, classes/class.Response.php, classes/class.Review.php, books/classes/class.Publishers.php, editbooks.php, index.html: Hi all, Done some major updates. Next to the db code there is a small list of things we might want to look at. O have created a new PRIO item in the TODO doc. It is calles DISCUSS! Like the name says, you could mention anything worth while. As for the db code, it's almost finished. I only need to code two more minor things (locking mechanism and the LIMIT mechanism). It only needs a major rundown to see if there is any specific db code in the extended classes after those methods. Regards, Hans p.s. Philip, I mentioned your name in the credits file since you didn't do it ;] * books/classes/class.Books.php, classes/class.Connectdb.php: books class is free of db specific code * classes/class.Categories.php: more general db code * classes/class.Authenticate.php, classes/class.Connectdb.php: Inserted a new method in the db class so we could skip all the db specific functions within the extended classes. Looks a little like Patricks DAL app but I do want some specific features 2001-04-26 h-wolters * classes/class.Names.php: small pg error 2001-04-26 polson * templates/names.tpl: validated HTML, flushed 's and put listoffset in edit and delete links for future use * classes/class.Names.php: implemented configurable LIMIT (var listlimit) although still needs a place in config.php. And various minor cleanup (quotes,spacing...) 2001-04-26 h-wolters * classes/class.Connectdb.php: debug code deleted * books/classes/class.Books.php, books/classes/class.Summary.php, classes/class.Connectdb.php: bugparade, thnx philip 2001-04-26 polson * books/templates/addbookreview.tpl: minor change * books/templates/addbookreview.tpl: updated look 2001-04-25 h-wolters * doc/WHATSNEW: update * booklang.php, doc/TODO: fixed the referer bug from the buglist. Selecting a language will bring the visitors to the correct page * classes/class.Categories.php, books/classes/class.Books.php, books/classes/class.Publishers.php, books/classes/class.Search.php, books/classes/class.Summary.php: Philip found the solution to the gpc problem. We will update all the inserts and updates * books/classes/class.Books.php: small test * books/classes/class.Books.php: small error, thnx for telling Philip 2001-04-24 h-wolters * books/classes/class.Books.php: Bug that sneaked in yesterday 2001-04-24 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-04-23 h-wolters * classes/class.Userinfo.php, classes/class.Authenticate.php, classes/class.Categories.php, classes/class.Connectdb.php, classes/class.ImageUpload.php, classes/class.Names.php, classes/class.NavBar.php, classes/class.Notify.php, classes/class.Response.php, classes/class.Review.php, books/classes/class.Books.php, books/classes/class.Publishers.php, books/classes/class.Search.php, books/classes/class.Summary.php: Major update, All of the PostGreSQL code should work now. It still leaves us the job to stuff as many code as we can in the base class. Patrick created another project with a dbabstraction layer. He asked if it might be useful for phpReview. I'm sure it is but I do want to optimize queries whenever it is possible. Regards, Hans * classes/class.FastTemplate.php: tuning FT and a new function, this time it's fast 2001-04-23 h-wolters * classes/class.Userinfo.php, classes/class.Authenticate.php, classes/class.Categories.php, classes/class.Connectdb.php, classes/class.ImageUpload.php, classes/class.Names.php, classes/class.NavBar.php, classes/class.Notify.php, classes/class.Response.php, classes/class.Review.php, books/classes/class.Books.php, books/classes/class.Publishers.php, books/classes/class.Search.php, books/classes/class.Summary.php: Major update, All of the PostGreSQL code should work now. It still leaves us the job to stuff as many code as we can in the base class. Patrick created another project with a dbabstraction layer. He asked if it might be useful for phpReview. I'm sure it is but I do want to optimize queries whenever it is possible. Regards, Hans * classes/class.FastTemplate.php: tuning FT and a new function, this time it's fast 2001-04-22 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-04-21 pvzweden * ChangeLog: updated * classes/class.ISSN.php: ISSN validation 2001-04-21 pvzweden * ChangeLog: updated * classes/class.ISSN.php: ISSN validation <<<<<<< ChangeLog 2001-04-21 pvzweden * ChangeLog: updated * classes/class.ISSN.php: ISSN validation 2001-04-20 h-wolters * books/classes/class.Books.php, classes/class.Authenticate.php, classes/class.Connectdb.php, classes/class.Names.php: some major updates, most of the base postgres work is done now 2001-04-19 Cor Gest jr * ChangeLog: ChangeLog Updated, About time.........;-)) 2001-04-17 h-wolters * classes/class.Response.php: postgres code * classes/class.Connectdb.php: spelling mistake in the automated answer ======= 2001-04-21 pvzweden * classes/class.ISSN: ISSN function validate >>>>>>> 1.82 2001-04-17 h-wolters * classes/class.Response.php: postgres code * classes/class.Connectdb.php: spelling mistake in the automated answer 2001-04-16 h-wolters * classes/class.Categories.php: small changes * classes/class.Review.php: small bug * classes/class.Review.php: The complete class should be able to work with both pg and mysql now * classes/class.Userinfo.php: postgres code and single quotes 2001-04-15 pvzweden * classes/class.Authenticate.php, classes/class.Categories.php, classes/class.Names.php, classes/class.NavBar.php, classes/class.Notify.php, classes/class.Review.php, classes/class.Userinfo.php: documentation Happy easter 2001-04-13 h-wolters * index.html: fjordland is down 2001-04-13 stefan * doc/TODO: Some bugs in changing the languages 2001-04-12 stefan * doc/TODO: add names of classes in the docs of the templates. Changed the line length to 78 2001-04-12 h-wolters * books/classes/class.Books.php: more speed traps * books/classes/class.Books.php: The extra method within the Connectdb class I coded this afternoon should not be used. It's too damn slow, sorry. Will change the code as soon as possible * classes/class.Authenticate.php, classes/class.Categories.php, classes/class.Connectdb.php, classes/class.ImageUpload.php, classes/class.Names.php, classes/class.Response.php, books/classes/class.Books.php: Two new functions in the connect class (one might move to an extended class on top of Fast Templates). The first one prints a dynamic block: this->prTplObject(object, block); The other one frees the memomery of a resultset (needed for multiple queries to save some memory): this->freeRset(result); Saves some additional lines in large files too * doc/WHATSNEW: updated the WHATSNEW * books/classes/class.Search.php: One more small bug * books/classes/class.Search.php: deleted some debug code * includes/config.php, books/classes/class.Books.php, books/classes/class.Search.php, classes/class.Connectdb.php: The search class works with postgres too. Patrick, I have changed some of your queries. GROUP BY gave some errors on postgres, changed them to use ORDER (only). If you want to use GROUP BY then please test it on the pg dump (don't think we need grouping). * doc/TODO: relative path problem 2001-04-11 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-04-11 h-wolters * books/classes/class.Books.php, books/classes/class.Publishers.php, includes/config.php: ident, single quotes and some pg code * doc/TODO, classes/class.Connectdb.php: Updated the postgres dump, it now contains some indexes to prevent duplicate values. Keep in mind that this dump should not be distributed since it still has some data in it. Regards, Hans * classes/class.Review.php, includes/config.php, classes/class.Names.php, books/classes/class.Books.php: minor changes and some more postgres code 2001-04-11 Cor Gest jr * ChangeLog: ChangeLog updated 2001-04-11 h-wolters * books/classes/class.Books.php, books/classes/class.Publishers.php, includes/config.php: ident, single quotes and some pg code * doc/TODO, classes/class.Connectdb.php: Updated the postgres dump, it now contains some indexes to prevent duplicate values. Keep in mind that this dump should not be distributed since it still has some data in it. Regards, Hans * classes/class.Review.php, includes/config.php, classes/class.Names.php, books/classes/class.Books.php: minor changes and some more postgres code 2001-04-11 Cor Gest jr * ChangeLog: ChangeLog updated 2001-04-10 polson * admin/index.php: updated quotes 2001-04-10 h-wolters * classes/class.Names.php, classes/class.NavBar.php, classes/class.Response.php, books/classes/class.Books.php, index.html: Updates on the postgres code for other pages. Pointed the visitors to http://www.publiclibraryofscience.org/ * classes/class.Authenticate.php, classes/class.Names.php: Some more postgres code, Names are being desplayed within the admin pages, postgres limit functions uses it in another way ;( * classes/class.Connectdb.php, includes/config.php, classes/class.Categories.php: Update the category class to work with postgres/mysql within all the functions 2001-04-10 polson * admin/index.php: updated quotes 2001-04-10 h-wolters * classes/class.Names.php, classes/class.NavBar.php, classes/class.Response.php, books/classes/class.Books.php, index.html: Updates on the postgres code for other pages. Pointed the visitors to http://www.publiclibraryofscience.org/ * classes/class.Authenticate.php, classes/class.Names.php: Some more postgres code, Names are being desplayed within the admin pages, postgres limit functions uses it in another way ;( * classes/class.Connectdb.php, includes/config.php, classes/class.Categories.php: Update the category class to work with postgres/mysql within all the functions 2001-04-08 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-04-05 h-wolters * classes/class.Connectdb.php, books/classes/class.Publishers.php: publishers class is postgres ready * books/classes/class.Summary.php: all books within a category are show again, got broken when I inserted the pg code 2001-04-05 h-wolters * classes/class.Connectdb.php, books/classes/class.Publishers.php: publishers class is postgres ready * books/classes/class.Summary.php: all books within a category are show again, got broken when I inserted the pg code 2001-04-04 h-wolters * classes/class.Categories.php, classes/class.Connectdb.php, doc/TODO, classes/class.Authenticate.php, index.html: More postgres code * classes/class.Connectdb.php, books/classes/class.Summary.php, classes/class.Categories.php: More postgres adjustments * classes/class.Categories.php, classes/class.Connectdb.php: postgres code for the categories * classes/class.Connectdb.php: Ok, got the first code for connecting to postgres in the config and the class file. We should be aware that fjorland isn't supporting postgres, make sure you will set the config file var to mysql before you commit any changes. Regards, Hans p.s. does someone know how to dump a database in postgres? that way I could submit that dumpfile to the tree. * includes/config.php: change in the config file, people can select either postgres or mysql. I will start working on this from now on 2001-04-03 Cor Gest jr * ChangeLog: ChangeLOg Updated 2001-04-03 h-wolters * classes/class.Categories.php, books/classes/class.Publishers.php: updating queries to make sure it can be used with postgres too 2001-04-03 h-wolters * classes/class.Categories.php, books/classes/class.Publishers.php: updating queries to make sure it can be used with postgres too 2001-04-02 h-wolters * templates/plain/base.tpl, doc/WHATSNEW, includes/config.php, includes/general.php, templates/base.tpl, booklang.php, index.html: Enabled online language choice, This will allow the visitors to switch between the existing languages. They need to accept a cookie for this 2001-03-31 h-wolters * index.html: spelling * index.html: Updated the front page to make sure we will not answer or discuss anything regarding PHP with hotmail users since Microsoft is using a license that would allow them tomissuse the copyright * doc/TODO, editbooks.php: jumping to the list after a review is deleted * classes/class.Review.php: started the phpdoc documentation, Patrick we should look if we could merge all those template dirs, do you agree? We have three vars for them in this class * images/search.jpg, templates/base.tpl, classes/class.Review.php: small picture for the searchbox 2001-03-31 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-03-30 h-wolters * classes/class.Connectdb.php, classes/class.Review.php, personal.php: cleaned some debug code * doc/TODO: entered the bug Adam mailed us about in the TODO * doc/WHATSNEW, templates/orphans.tpl, books/classes/class.Books.php: some bugfixes with quotes 2001-03-30 h-wolters * classes/class.Connectdb.php, classes/class.Review.php, personal.php: cleaned some debug code * doc/TODO: entered the bug Adam mailed us about in the TODO * doc/WHATSNEW, templates/orphans.tpl, books/classes/class.Books.php: some bugfixes with quotes 2001-03-29 h-wolters * classes/class.Review.php, doc/TODO, classes/class.Connectdb.php: ok, created a hardcoded solution for cors error. We need to have a good look at it this week since it is real strange. The normal behavior is that if get_magic_quotes_gpc returns 0 it needs addslashes. For some reason we need it here when it returns 1 (true). Cor, could you be so kind to test it again? Regards, Hans 2001-03-28 Cor Gest jr * ChangeLog: Started new Changelog sequence for phpReview-0.1.0-beta old entries: ChangeLog-pre-V-0.1.0-beta ChangeLog-pre-V-0.0.3 * ChangeLog-pre-V-0.1.0-beta: ChangeLog split 2001-03-28 h-wolters * about.html, doc/WHATSNEW, includes/config.php, index.html: version updates * download/phpreview-0.1.0.tar.gz: beta version 2001-03-28 stefan * books/templates/plain/review.tpl, doc/templates/books/review.html: Changed the layout for the plain templates and added the documentation for the new block. 2001-03-28 h-wolters * doc/WHATSNEW: Updated the description to use it for the beta version 2001-03-28 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-03-28 h-wolters * about.html, doc/WHATSNEW, includes/config.php, index.html: version updates * download/phpreview-0.1.0.tar.gz: beta version ########## Former Changelogs are: ########## ChangeLog-pre-V-0.1.0-beta ########## ChangeLog-pre-V-0.0.3