2001-02-23 h-wolters * books/classes/class.Books.php: small things * includes/config.php: small update, just visible layout within the vi editor * admin/publishers.php, books/classes/class.Publishers.php, doc/TODO: publisher code into the classfile * doc/TODO: small update for the todo 2001-02-23 pvzweden * includes/nl-menu.php, includes/us-menu.php: Updated ------- Both contain an entry for orphans in the admin menu * templates/orphans.tpl: Updated ------- orphans.tpl - now contains message when no orphans are found * classes/class.Review.php: Updated ------- class.Review - Orphan function now displays message when no orphans are found * addbooks.php: Updated * books/classes/class.Books.php: Updated class.Books - contains new functions used for orphans * classes/class.Review.php: Updated class.review - now contains functions req for orphans * templates/orphans.tpl: New File orphans.tpl - Used in combination with admnorphan.php * admin/admorphan.php: new File admorphan.php - Used for associating an orphan review with a book 2001-02-22 pvzweden * doc/bookmodule/ps/phpreview_doc.ps: ps * doc/bookmodule/source/phpreview_doc.sgm: updated * doc/bookmodule/source/images/logo.tif, doc/bookmodule/source/images/erd.jpg, doc/bookmodule/source/images/erd.wmf, doc/bookmodule/source/images/logo.eps, doc/bookmodule/source/images/logo.jpg, doc/bookmodule/source/images/erd.eps: Postscript generation files * doc/bookmodule/html/book1.html: updated * doc/bookmodule/html/c25.html, doc/bookmodule/html/c26.html, doc/bookmodule/html/f14.html, doc/bookmodule/html/f15.html, doc/bookmodule/html/images/erd.wmf, doc/bookmodule/html/p184.html, doc/bookmodule/html/p21.html, doc/bookmodule/html/p22.html, doc/bookmodule/html/x32.html, doc/bookmodule/html/x33.html, doc/bookmodule/html/book1.html: update (only layout stuff) * doc/bookmodule/source/phpreview_doc.sgm, includes/config.php, books/templates/addbookreview.tpl, books/templates/addbookreviewpreview.tpl, books/templates/addbookselect.tpl, classes/class.Notify.php, addbooks.php, books/classes/class.Books.php: Much Stuff. Added not in list button. Reviews added with an unknown book are not approved and added in the database with a bookid of -1. I have to create an admin page with which you can combine a review without a book and a book. Notify by email is implemented. In the config file you will see 2 additions, $emailNewReviewNB and $emailNewReview These 2 are used for the mail. Class.notify contains the mail function. Other functions for notifying (by example posting a message in a newsgroup) can be implemented here. Books contains a new function wich gets the information about a book from the database. This stuff is used in the email generation process. documentation has a very light update. Haven't generated a new html thing from it. Expect that soon including a postscript version of the document. 2001-02-22 h-wolters * books/classes/class.Publishers.php: Got an error on locking a table, It should be publishers, not publisher. (my own typo) * classes/class.Connectdb.php, classes/class.Names.php, templates/names.tpl, admin/names.php: optimizations * classes/class.FastTemplate.php, includes/config.php: wrong emailaddress 2001-02-21 Cor Gest jr * doc/userguide.html: re-edited text of the screenschot link. * doc/userguide.html: added a libk to screenshots-page 2001-02-21 h-wolters * books/classes/class.Books.php: optimizations 2001-02-21 Cor Gest jr * ChangeLog: ChangeLog Updated 2001-02-21 h-wolters * books/classes/class.Search.php: Patrick, did you edit this? I think we both worked on the same bug. The timeout isn't needed anymore since I've fixed it. If the [] is empty it should break in the loop 2001-02-21 pvzweden * doc/TODO: Finsihed email function, and eliminated differences * books/classes/class.Search.php: Added a group by to prevent the same review appearing more than once * books/classes/class.Search.php, books/templates/searchresult.tpl: Category thingie fixed 2001-02-21 h-wolters * classes/class.CreateRss.php: fixed a hardcoded link 2001-02-21 stefan * doc/TODO: differences between search and browsed pages should be elinimated 2001-02-21 h-wolters * books/classes/class.Publishers.php, classes/class.Authenticate.php: optimizations * classes/class.Connectdb.php, classes/class.FastTemplate.php, books/classes/class.Books.php: code cleaning and optimazations * classes/class.Names.php, classes/class.Review.php: code cleaning * classes/class.Connectdb.php, classes/class.Names.php: new method (check_useSlashes()) 2001-02-21 stefan * about.html, index.html: the .html files also need to be updated when we have a new version 2001-02-21 h-wolters * books/classes/class.Search.php: Patrick, did you edit this? I think we both worked on the same bug. The timeout isn't needed anymore since I've fixed it. If the [] is empty it should break in the loop 2001-02-21 pvzweden * doc/TODO: Finsihed email function, and eliminated differences * books/classes/class.Search.php: Added a group by to prevent the same review appearing more than once * books/classes/class.Search.php, books/templates/searchresult.tpl: Category thingie fixed 2001-02-21 h-wolters * classes/class.CreateRss.php: fixed a hardcoded link 2001-02-21 stefan * doc/TODO: differences between search and browsed pages should be elinimated 2001-02-21 h-wolters * books/classes/class.Publishers.php, classes/class.Authenticate.php: optimizations * classes/class.Connectdb.php, classes/class.FastTemplate.php, books/classes/class.Books.php: code cleaning and optimazations * classes/class.Names.php, classes/class.Review.php: code cleaning * classes/class.Connectdb.php, classes/class.Names.php: new method (check_useSlashes()) 2001-02-21 stefan * about.html, index.html: the .html files also need to be updated when we have a new version 2001-02-20 h-wolters * books/classes/class.Summary.php: grmbl, even I make mistakes * doc/phpreview.html, books/classes/class.Search.php, books/classes/class.Summary.php, doc/develguide.html: more updates and some pselling mikstates :) * classes/class.Connectdb.php, books/classes/class.Publishers.php: a few more changes to the new method * books/classes/class.Books.php, classes/class.Authenticate.php, classes/class.Connectdb.php, classes/class.Names.php, classes/class.Review.php: partly rebuild with the new api, Patrick I havn't changed your methods yet since you (me too) are using some checks in the code. We will do that at a later stadium * classes/class.Connectdb.php, classes/class.Response.php: New method in the connectdb class, it will allow us to responde better to errors in the database. Calling it is very simpel: = ->do_query(); It will give you a resultset. 2001-02-19 h-wolters * index.html, about.html: Screenshots made by TigerP 2001-02-19 stefan * doc/screenshots/t_ns-editbooks_edit.png, doc/screenshots/t_ns-overviewbooks_perl.png, doc/screenshots/t_ns-readbooks_tcp.png, doc/screenshots/t_ns-addbooks_select_perl.png, doc/screenshots/t_ns-admcat_edit.png, doc/screenshots/t_ns-admpub_edit.png, doc/screenshots/t_ns-editbooks.png, doc/screenshots/t_lynx-overviewbooks.png, doc/screenshots/t_lynx-overviewbooks_perl.png, doc/screenshots/t_ns-addbooks.png, doc/screenshots/t_ns-addbooks_insert_perl.png, doc/screenshots/ns-overviewbooks_perl.png, doc/screenshots/ns-readbooks_tcp.png, doc/screenshots/ns-editbooks.png, doc/screenshots/ns-editbooks_edit.png, doc/screenshots/ns-addbooks_insert_perl.png, doc/screenshots/ns-addbooks_select_perl.png, doc/screenshots/ns-admcat_edit.png, doc/screenshots/ns-admpub_edit.png, doc/screenshots/lynx-overviewbooks.png, doc/screenshots/lynx-overviewbooks_perl.png, doc/screenshots/ns-addbooks.png, doc/screenshots/index.html: Some screenshots, if someone doesn't like the layout, please change it. If it is allright, than you can add a link from de docs 2001-02-19 h-wolters * includes/config.php: updated the online version number * doc/WHATSNEW: Created a small file we could use for the new features. It will give the viewer a chance to see what is new without going through the ChangeLog * includes/config.php, includes/general.php, includes/nl-menu.php, includes/us-menu.php, doc/TODO: We have a rss page now, it shows the last 10 inserted reviews * templates/response.tpl, includes/response.php, classes/class.Response.php, classes/class.Connectdb.php: changed the hardcoded link within the response template to a datatag * includes/us-menu.php, includes/nl-menu.php: Checking for the existance of APC in the menu file, it doesn't have to show the menu when it's not used * download/phpreview-0.0.2.tar.gz: small mistake * doc/installation.html, doc/userguide.html, download/phpreview-0.0.2.tar.gz, download/phpreview.sql.gz, index.html: New version, this one allows the users to create a supervisor entry in the database (if the names table is empty). * classes/class.Authenticate.php, classes/class.Connectdb.php, classes/class.Names.php: The first login (empty names table) will create a supervisor user * doc/TODO: TODO * index.html: updated the index since we forgot the enable a default admin * download/phpreview.sql.gz, index.html: dump 2001-02-19 stefan * about.html: We can download it 2001-02-19 Cor Gest jr * doc/future.html: typoooos * doc/TODO: updated, minor issues * about.html: minor typo * ChangeLog: ChangeLog Updated 2001-02-18 h-wolters * index.html: demo link * doc/userguide.html: Disabled the link to the screenshots, they should be present in the tree first 2001-02-18 pvzweden * doc/bookmodule/phpreview_doc/images/erd.jpg, doc/bookmodule/phpreview_doc/book1.html, doc/bookmodule/phpreview_doc/c21.html, doc/bookmodule/phpreview_doc/f10.html, doc/bookmodule/phpreview_doc/p17.html, doc/bookmodule/phpreview_doc/x28.html, doc/source/images/erd.wmf, doc/source/phpreview_doc.sgm: moved * doc/bookmodule/txt/phpreview_doc.txt, doc/bookmodule/source/images/erd.wmf, doc/bookmodule/source/images/logo.jpg, doc/bookmodule/source/images/logo.tif, doc/bookmodule/source/images/erd.jpg, doc/bookmodule/source/phpreview_doc.sgm, doc/bookmodule/html/images/erd.jpg, doc/bookmodule/html/images/erd.wmf, doc/bookmodule/html/images/logo.jpg, doc/bookmodule/html/book1.html, doc/bookmodule/html/c25.html, doc/bookmodule/html/f14.html, doc/bookmodule/html/p21.html, doc/bookmodule/html/x32.html: moved stuff * doc/source/images/erd.wmf, doc/source/phpreview_doc.sgm, doc/bookmodule/phpreview_doc/images/erd.jpg, doc/source/phpreview, doc/bookmodule/phpreview, doc/bookmodule/phpreview_doc/book1.html, doc/bookmodule/phpreview_doc/c21.html, doc/bookmodule/phpreview_doc/f10.html, doc/bookmodule/phpreview_doc/p17.html, doc/bookmodule/phpreview_doc/x28.html, doc/bookmodule/sv4924927.gif: New documentation in docbook3 format. When you generate the html of ps doc from it you'll notice sgmltools wants to create a gif image. So with vi a :s/.gif/.jpg after generating is req. 2001-02-18 h-wolters * about.html, download/README, download/index.html, index.html: enabled the download * download/phpreview-0.0.1.tar.gz: with a correct sql dump * templates/personal.tpl, download/phpreview-0.0.1.tar.gz: Trail version, not announced yet * index.html: $%$% grmbl * doc/installation.html: pselling errors * doc/about.html, doc/devel.html, doc/whattis.html: small errors * about.html: small errors in the text 2001-02-18 h-wolters * index.html: demo link * doc/userguide.html: Disabled the link to the screenshots, they should be present in the tree first 2001-02-18 pvzweden * doc/bookmodule/phpreview_doc/images/erd.jpg, doc/bookmodule/phpreview_doc/book1.html, doc/bookmodule/phpreview_doc/c21.html, doc/bookmodule/phpreview_doc/f10.html, doc/bookmodule/phpreview_doc/p17.html, doc/bookmodule/phpreview_doc/x28.html, doc/source/images/erd.wmf, doc/source/phpreview_doc.sgm: moved * doc/bookmodule/txt/phpreview_doc.txt, doc/bookmodule/source/images/erd.wmf, doc/bookmodule/source/images/logo.jpg, doc/bookmodule/source/images/logo.tif, doc/bookmodule/source/images/erd.jpg, doc/bookmodule/source/phpreview_doc.sgm, doc/bookmodule/html/images/erd.jpg, doc/bookmodule/html/images/erd.wmf, doc/bookmodule/html/images/logo.jpg, doc/bookmodule/html/book1.html, doc/bookmodule/html/c25.html, doc/bookmodule/html/f14.html, doc/bookmodule/html/p21.html, doc/bookmodule/html/x32.html: moved stuff * doc/source/images/erd.wmf, doc/source/phpreview_doc.sgm, doc/bookmodule/phpreview_doc/images/erd.jpg, doc/source/phpreview, doc/bookmodule/phpreview, doc/bookmodule/phpreview_doc/book1.html, doc/bookmodule/phpreview_doc/c21.html, doc/bookmodule/phpreview_doc/f10.html, doc/bookmodule/phpreview_doc/p17.html, doc/bookmodule/phpreview_doc/x28.html, doc/bookmodule/sv4924927.gif: New documentation in docbook3 format. When you generate the html of ps doc from it you'll notice sgmltools wants to create a gif image. So with vi a :s/.gif/.jpg after generating is req. 2001-02-18 h-wolters * about.html, download/README, download/index.html, index.html: enabled the download * download/phpreview-0.0.1.tar.gz: with a correct sql dump * templates/personal.tpl, download/phpreview-0.0.1.tar.gz: Trail version, not announced yet * index.html: $%$% grmbl * doc/installation.html: pselling errors * doc/about.html, doc/devel.html, doc/whattis.html: small errors * about.html: small errors in the text 2001-02-18 h-wolters * download/phpreview-0.0.1.tar.gz: with a correct sql dump * templates/personal.tpl, download/phpreview-0.0.1.tar.gz: Trail version, not announced yet * index.html: $%$% grmbl * doc/installation.html: pselling errors * doc/about.html, doc/devel.html, doc/whattis.html: small errors * about.html: small errors in the text 2001-02-17 pvzweden * classes/class.Authenticate.php: regular expression updated * templates/personal.tpl: layout stuff * includes/defines.php: new define * templates/personal.tpl: Inserted password change function * personal.php: Change password function finished * classes/class.Authenticate.php, classes/class.Userinfo.php: Updated stuff. Password checking function (checks if a passwords meets some criteria), is used within the change password stuff. Change password function finished. 2001-02-17 h-wolters * index.html: grmbl, wrong page * text/index.txt: Some changes, got those tips on usenet 2001-02-17 stefan * doc/screenshots/index.html, doc/screenshots/ns-overviewbooks.png, doc/screenshots/t_ns-overviewbooks.png: A setup for the screenshots. Yes, I know the images are all the same, but I have to work on the other ones 2001-02-17 h-wolters * templates/base.tpl, about.html, index.html: aanpassing van de footer(s) 2001-02-17 pvzweden * doc/bookmodule/phpreview, doc/bookmodule/sv4914917.gif, doc/bookmodule/sv4924927.gif: updated doc * doc/source/phpreview: fixed erd * doc/source/phpreview: star office document of the generated thing in bookmodule/ When the document is finished, it will problably translated into sgml. * doc/bookmodule/phpreview, doc/bookmodule/sv4914917.gif: generated html from star office document (located in source) Describes the tables used within phpreview bookmodule. This document is still changing, it contains spelling mistakes. * templates/personal.tpl, classes/class.Userinfo.php, personal.php: updated 2001-02-17 h-wolters * templates/response.tpl: minor changes * templates/login.tpl: Changed the colors for the login page, it now has the same yellow as the rest * text/indexbooks.txt: Small description for the book module on the indexbooks.php * classes/class.Authenticate.php, classes/class.Categories.php, classes/class.EditHtml.php, classes/class.Isbncheck.php, classes/class.Names.php, includes/defines.php, admin/general.php, books/classes/class.Books.php, aboutbooks.php: small optimizations with the quotes * doc/userguide.html: minor adjustments to the html 2001-02-17 Cor Gest jr * doc/userguide.html: Typooooooossssss ;-) * ChangeLog: ChangeLog Updated * doc/userguide.html: First setup. Screenshots needed ;-)) see text which. 2001-02-17 Cor Gest jr * doc/userguide.html: First setup. Screenshots needed ;-)) see text which. 2001-02-16 h-wolters * classes/class.Review.php, books/includes/review.php, books/templates/review.tpl, editbooks.php: admins and supervisors can now approve reviews if they login at the edit page 2001-02-16 pvzweden * templates/personal.tpl: personal template * personal.php: personal updated * classes/class.Userinfo.php: Class for manipulating/fetching userinfo 2001-02-16 stefan * accountbase.php, addbooks.php, admin/admcat.php, admin/admnames.php, admin/index.php, editbooks.php, indexbooks.php, personal.php: changed a lot of index.php to indexbooks.php, Hans please check if I didn't do anything wrong 2001-02-16 h-wolters * doc/GPL.html, doc/develguide.html, doc/introduction.html, doc/phpreview.html, doc/userguide.html: Updated some html, could we please use body after we finished the section? :). Also changed the description to Free Reviewing Project. Next to that it said PhpReview instead of phpReview in the GPL * doc/TODO, doc/about.html: small changes in the TODO 2001-02-15 h-wolters * classes/class.Review.php, books/classes/class.Books.php, books/classes/class.Publishers.php, books/classes/class.Search.php, books/classes/class.Summary.php, classes/class.Categories.php, classes/class.Response.php: Optimization with pre-increments and single quotes 2001-02-15 Cor Gest jr * ChangeLog: Updated * README: small adjustment in layout 2001-02-15 Cor Gest jr * README: small adjustment in layout 2001-02-14 Cor Gest jr * ChangeLog: Changelog Updated 2001-02-14 h-wolters * doc/future.html, doc/installation.html: final cleaning and issues TigerP mentioned * doc/installation.html: deleted 1. * doc/devel.html, doc/whatneed.html: html cleaning, text changes * doc/about.html, doc/whattis.html: Changed the about page and cleaned some html * doc/installation.html: This should be the installation file, comments please * doc/installation.html: installation notes * download/index.html, download/README: preperations for the download dir * about.html: Pselling mikstate * doc/CREDITS: Deleted Joost form the CREDITS file, it was a wrong entry. Inserted Emilio within the project since he also worked on the phpchannel project file (rss creattion class) * text/indexbooks.txt: forgot one small file * about.html, about.php, index.html, index.php, indexbooks.php: File shifting, deleted the about and index.php. The are replaced with plain html files. Changed the for the html files. As soon as the software module is being started we will create another menu * classes/class.Response.php, classes/class.Review.php, books/classes/class.Summary.php: only reviews that are approved should be shown 2001-02-14 pvzweden * addbooks.php: +stripslashes 2001-02-14 Cor Gest jr * ChangeLog: hangeLog Updated 2001-02-14 h-wolters * doc/future.html, doc/installation.html: final cleaning and issues TigerP mentioned * doc/installation.html: deleted 1. * doc/devel.html, doc/whatneed.html: html cleaning, text changes * doc/about.html, doc/whattis.html: Changed the about page and cleaned some html * doc/installation.html: This should be the installation file, comments please * doc/installation.html: installation notes * download/index.html, download/README: preperations for the download dir * about.html: Pselling mikstate * doc/CREDITS: Deleted Joost form the CREDITS file, it was a wrong entry. Inserted Emilio within the project since he also worked on the phpchannel project file (rss creattion class) * text/indexbooks.txt: forgot one small file * about.html, about.php, index.html, index.php, indexbooks.php: File shifting, deleted the about and index.php. The are replaced with plain html files. Changed the for the html files. As soon as the software module is being started we will create another menu * classes/class.Response.php, classes/class.Review.php, books/classes/class.Summary.php: only reviews that are approved should be shown 2001-02-14 pvzweden * addbooks.php: +stripslashes 2001-02-14 Cor Gest jr * ChangeLog: hangeLog Updated 2001-02-12 h-wolters * classes/class.Names.php, includes/general.php, classes/class.Authenticate.php: users that are creating their own account are not approved anymore, the admin should do that * templates/response.tpl: small change * doc/TODO, text/index.txt: Update van het nieuws 2001-02-12 pvzweden * personal.php: This will be the personal page, where perople can change their password, etc * includes/general.php: only some lineup * books/templates/addbookreview.tpl, books/templates/addbookreviewpreview.tpl, books/templates/addbookreviewresult.tpl, books/templates/addbookselect.tpl: changes and new file for addbooks * addbooks.php: Almost finished, only adding with unknown book has to be build. And templates need to be cleaned * classes/class.Names.php, classes/class.Review.php: some changes 2001-02-12 h-wolters * includes/general.php: Translated the strings from Dutch to English * rssbooks.php: rss viewer * templates/names.tpl, classes/class.Categories.php, classes/class.Connectdb.php, classes/class.CreateRss.php, classes/class.ImageUpload.php, classes/class.Names.php, classes/class.Review.php, includes/general.php, admin/names.php, admin/category.php: added a rss generator, updated lots of small things, admin's can now change the approved field of the person's 2001-02-12 h-wolters * classes/class.Names.php, includes/general.php, classes/class.Authenticate.php: users that are creating their own account are not approved anymore, the admin should do that * templates/response.tpl: small change * doc/TODO, text/index.txt: Update van het nieuws 2001-02-12 pvzweden * personal.php: This will be the personal page, where perople can change their password, etc * includes/general.php: only some lineup * books/templates/addbookreview.tpl, books/templates/addbookreviewpreview.tpl, books/templates/addbookreviewresult.tpl, books/templates/addbookselect.tpl: changes and new file for addbooks * addbooks.php: Almost finished, only adding with unknown book has to be build. And templates need to be cleaned * classes/class.Names.php, classes/class.Review.php: some changes 2001-02-12 h-wolters * includes/general.php: Translated the strings from Dutch to English * rssbooks.php: rss viewer * templates/names.tpl, classes/class.Categories.php, classes/class.Connectdb.php, classes/class.CreateRss.php, classes/class.ImageUpload.php, classes/class.Names.php, classes/class.Review.php, includes/general.php, admin/names.php, admin/category.php: added a rss generator, updated lots of small things, admin's can now change the approved field of the person's 2001-02-12 h-wolters * classes/class.Names.php, includes/general.php, classes/class.Authenticate.php: users that are creating their own account are not approved anymore, the admin should do that * templates/response.tpl: small change * doc/TODO, text/index.txt: Update van het nieuws 2001-02-12 pvzweden * personal.php: This will be the personal page, where perople can change their password, etc * includes/general.php: only some lineup * books/templates/addbookreview.tpl, books/templates/addbookreviewpreview.tpl, books/templates/addbookreviewresult.tpl, books/templates/addbookselect.tpl: changes and new file for addbooks * addbooks.php: Almost finished, only adding with unknown book has to be build. And templates need to be cleaned * classes/class.Names.php, classes/class.Review.php: some changes 2001-02-12 h-wolters * includes/general.php: Translated the strings from Dutch to English * rssbooks.php: rss viewer * templates/names.tpl, classes/class.Categories.php, classes/class.Connectdb.php, classes/class.CreateRss.php, classes/class.ImageUpload.php, classes/class.Names.php, classes/class.Review.php, includes/general.php, admin/names.php, admin/category.php: added a rss generator, updated lots of small things, admin's can now change the approved field of the person's 2001-02-11 pvzweden * classes/class.Authenticate.php: New email check. Valid: pvzweden@caiw pvzweden@caiw.nl pvzweden10@caiw.nl pvzweden@caiw10.nl pvzweden@caiw10.nl1 pv.zweden@caiw.nl Invalid: @caiw.nl pvzweden@caiw.nl. 2001-02-11 h-wolters * includes/general.php, admin/general.php: changed authentication on the admin pages too, deleted some old vars * includes/general.php, classes/class.Authenticate.php: Authentication now checks the password on every session page. * editbooks.php, includes/general.php: ARGH * classes/class.Authenticate.php, includes/general.php, editbooks.php: Something is wrong, I'll use the old login and will see what it is 2001-02-11 pvzweden * addbooks.php: new authentication 2001-02-11 h-wolters * admin/admbooks.php, admin/admcat.php, admin/admnames.php, admin/admpub.php, admin/index.php, classes/class.Authenticate.php, editbooks.php, includes/general.php: I changed some of the authentication stuff, there's a new session var which is stored too. Patrick, could you update the addbooks.php? I'm not sure if you are working on it now 2001-02-11 pvzweden * books/templates/addbookreviewpreview.tpl: template for adding * addbooks.php: updated * books/classes/class.Books.php, books/templates/addbookreview.tpl, books/templates/addbookselect.tpl: some updates 2001-02-10 stefan * doc/templates/index.html: minor typo corrected and some additional info 2001-02-10 h-wolters * doc/templates/books/cat.html, doc/templates/index.html, doc/templates/response.html: Answered some of the datatags question, does this help TigerP? 2001-02-10 stefan * doc/develguide.html, doc/templates/index.html: We want to be able to view the template info 2001-02-10 h-wolters * books/classes/class.Publishers.php: more locking changes * classes/class.Categories.php, classes/class.Names.php: lock/unlocking changes, boy I love cvs, Patricks changes just get merged 2001-02-10 stefan * doc/templates/books/cat.html, doc/templates/books/index.html, doc/templates/books/review.html, doc/templates/books/summary.html: Some additions to the documents for the templates, there are a lot of ???? sections in this commitment because I don't really know what those things are used for. Please changes the ???? in something usefull 2001-02-10 h-wolters * editbooks.php: Extra checking on the login, see my other posting about this * books/includes/review.php, classes/class.Review.php: enabled an extra check when someone is updating a review. owners and jradmins should not be allowed to edit other reviews then the ones they wrote themself. 2001-02-10 pvzweden * templates/book.tpl: not nescesarry here anymore * classes/class.Categories.php: new function categoryName, returns name of a specified category id 2001-02-10 h-wolters * classes/class.Review.php, books/includes/review.php, editbooks.php: Found the first security book, everone could edit all the reviews. We need to do some intensive checking on these issues * admin/admnames.php, classes/class.Names.php: New users that are submitted from the admin pages don't need an email address, we could not insert writers otherwise * books/classes/class.Books.php: Moved some checking on empty vars to the correct function, sorry, forgot to do this last night 2001-02-10 pvzweden * books/templates/addbookreview.tpl: template for inserting the review. * includes/config.php: hans his email address inserted (checked in a version with mine) * includes/config.php, classes/class.Categories.php, books/classes/class.Books.php, books/templates/addbookselect.tpl, addbooks.php: Some modifications for adding reviews 2001-02-09 h-wolters * images/phpreview.jpg: forgot to submit the image * text/aboutbooks.txt, aboutbooks.php: The logo * classes/class.Connectdb.php, books/classes/class.Books.php: The admin part is finished, I've also setup two new functions to lock/unlock a single table in the Connectdb class * books/templates/submitbooks.tpl, books/classes/class.Books.php, books/includes/books.php, admin/admbooks.php: We are nearly there, I just need to write some checks and store the changes in the editor / category array, the rest already gets updated in the database * doc/announce-0.0.1: First setup for the announcement, please don't link this yet. We need to set a date first 2001-02-08 h-wolters * books/includes/books.php, books/templates/submitbooks.tpl, books/classes/class.Books.php: The second part of the books class, could you all see if editting a book works with all browsers? Changes are not saved yet. 2001-02-07 h-wolters * admin/admbooks.php, books/classes/class.Books.php, books/includes/books.php: ok, let's start the edit function... * admin/admbooks.php, books/classes/class.Books.php: Inserted the isbn check Keith wrote. 2001-02-06 Cor Gest jr * doc/GPL.txt: added GPL.txt into the docs as pure ascii non html-ised * doc/whattis.html, doc/whatneed.html, doc/userguide.html, doc/phpreview.html, doc/introduction.html, doc/installation.html, doc/future.html, doc/developguide.html: minor change * doc/about.html: oopsjings * doc/develguide.html, doc/devel.html, doc/about.html: minor change 2001-02-06 stefan * doc/templates/response.html: some small adjustments 2001-02-06 Cor Gest jr * doc/std.html: minor change PhpReview => phpReview 2001-02-06 stefan * doc/phpreview-a-thought: set text width to 72. Hans if it has to be an other width, please let me know 2001-02-06 Cor Gest jr * doc/installation.html: minor typo corrected * ChangeLog: Updated ChangeLog 2001-02-06 h-wolters * doc/TODO: last posting for today * includes/defines.php: testing * includes/defines.php: Is the server having badblocks or something? * includes/defines.php: argh * includes/defines.php: the error keeps showing * books/includes/books.php, books/includes/category.php, books/includes/general.php, books/includes/review.php, books/templates/searchresult.tpl, includes/general.php, books/classes/class.Search.php: think I've got all of the db class. Stefan, Elise, I fixed the templates for the search results, there is a new {PAGE} tag that should be used in it * classes/class.Connectdb.php, admin/category.php, admin/general.php, admin/names.php, admin/publishers.php: moved the connect to the constructor too * includes/defines.php: testing * includes/defines.php, classes/class.ImageUpload.php: Anyone seen weird stuff above the search page? * books/classes/class.Search.php: Something weird shows up when I search at humbolt * books/includes/books.php, books/includes/category.php, books/includes/general.php, books/includes/review.php, includes/general.php, includes/response.php: Smaller codebase since we are using the constucter * includes/general.php, classes/class.Connectdb.php: There's a new constructer for the dbconnect class, we don't need to fill all the attributes on the extended classes anymore. Please don't declare to much globals within the classes * classes/class.ImageUpload.php, includes/config.php, includes/defines.php, books/includes/books.php: The Windows detecting for uploading images is enabled, I've also made a boolean (which I had to declare global within the class &^*&) which allows the sysop to disable it 2001-02-05 h-wolters * doc/phpreview-a-thought: Ok guys, and girl :), look at this document and give me your idea about it 2001-02-06 h-wolters * doc/TODO: last posting for today * includes/defines.php: testing * includes/defines.php: Is the server having badblocks or something? * includes/defines.php: argh * includes/defines.php: the error keeps showing * books/includes/books.php, books/includes/category.php, books/includes/general.php, books/includes/review.php, books/templates/searchresult.tpl, includes/general.php, books/classes/class.Search.php: think I've got all of the db class. Stefan, Elise, I fixed the templates for the search results, there is a new {PAGE} tag that should be used in it * classes/class.Connectdb.php, admin/category.php, admin/general.php, admin/names.php, admin/publishers.php: moved the connect to the constructor too * includes/defines.php: testing * includes/defines.php, classes/class.ImageUpload.php: Anyone seen weird stuff above the search page? * books/classes/class.Search.php: Something weird shows up when I search at humbolt * books/includes/books.php, books/includes/category.php, books/includes/general.php, books/includes/review.php, includes/general.php, includes/response.php: Smaller codebase since we are using the constucter * includes/general.php, classes/class.Connectdb.php: There's a new constructer for the dbconnect class, we don't need to fill all the attributes on the extended classes anymore. Please don't declare to much globals within the classes * classes/class.ImageUpload.php, includes/config.php, includes/defines.php, books/includes/books.php: The Windows detecting for uploading images is enabled, I've also made a boolean (which I had to declare global within the class &^*&) which allows the sysop to disable it 2001-02-05 h-wolters * doc/phpreview-a-thought: Ok guys, and girl :), look at this document and give me your idea about it * books/images/4.jpg: With thanx to Riel, uploading works * books/classes/class.Books.php, classes/class.ImageUpload.php: testing again * books/images/7.jpg, books/images/1.jpg, books/images/2.jpg, books/images/3.jpg, books/images/6.jpg: Testing the uploads * doc/TODO: TODO stuff * includes/defines.php, books/classes/class.Books.php, classes/class.ImageUpload.php: Delete works * books/includes/books.php, books/templates/submitbooks.tpl, books/classes/class.Books.php, admin/admbooks.php: Deleting books is halfway done. * includes/config.php, includes/dir.php: o boy, that was messy * includes/dir.php, includes/config.php: Seperated the directory settings from the config file, don't think regular users want to change it anyway * templates/admin.tpl, books/templates/publishers.tpl: layout * classes/class.Review.php, classes/class.Response.php, classes/class.Names.php: Cleaned the description * doc/TODO: Deleted the DONE points, added some new issues * classes/class.ImageUpload.php: Fixed the date * classes/class.Categories.php: Cleaned/updated the description, names Patrick as one of the coders * classes/class.Authenticate.php: Cleaned/updated the description * admin/index.php: Base index, it doesn't do a damn thing except for showing a login and a menu * includes/nl-menu.php: forgot the Dutch menu entry * books/templates/submitbooks.tpl, includes/us-menu.php, books/classes/class.Books.php: Interface let's us choose between submitting a new book or do other things, the edit and delete code isn't there yet 2001-02-05 pvzweden * books/templates/add.tpl, books/templates/addbookcat.tpl, books/templates/addbookselect.tpl: moved and new * templates/add.tpl: moved to books/templates * classes/class.Categories.php, classes/class.NavBar.php: Updated for the insert procedure 2001-02-05 Cor Gest jr * ChangeLog: ChangeLog updated (at last) 2001-02-04 h-wolters * doc/TODO: TODO updated * templates/upload.tpl, classes/class.ImageUpload.php, includes/config.php, admin/admbooks.php, admin/general.php: Covers can be uploaded now, will have to change the books/images dir in order to have write permissions * includes/nl-menu.php, includes/us-menu.php: menu structure * books/includes/books.php, books/templates/submitbooks.tpl, includes/nl-menu.php, includes/us-menu.php, admin/admbooks.php, books/classes/class.Books.php: next part of the book submittion page 2001-02-04 elise * templates/nl-base/base.tpl: base template * templates/nl-base/login.tpl, templates/nl-base/newaccount.tpl: more templates * templates/names.tpl, templates/nl-base/login.tpl, books/templates/nl-base/cat.tpl, books/templates/nl-base/publishers.tpl: nl-base templates 2001-02-04 stefan * doc/templates/index.html, doc/templates/response.html: Added a help doc for response.tpl, please let me know if something is wrong about the explanation of anything 2001-02-03 stefan * doc/templates/index.html, doc/templates/base.html: Docs about how to create own templates for phpreview 2001-02-04 h-wolters * doc/TODO: TODO updated * templates/upload.tpl, classes/class.ImageUpload.php, includes/config.php, admin/admbooks.php, admin/general.php: Covers can be uploaded now, will have to change the books/images dir in order to have write permissions * includes/nl-menu.php, includes/us-menu.php: menu structure * books/includes/books.php, books/templates/submitbooks.tpl, includes/nl-menu.php, includes/us-menu.php, admin/admbooks.php, books/classes/class.Books.php: next part of the book submittion page 2001-02-04 elise * templates/nl-base/base.tpl: base template * templates/nl-base/login.tpl, templates/nl-base/newaccount.tpl: more templates * templates/names.tpl, templates/nl-base/login.tpl, books/templates/nl-base/cat.tpl, books/templates/nl-base/publishers.tpl: nl-base templates 2001-02-04 stefan * doc/templates/index.html, doc/templates/response.html: Added a help doc for response.tpl, please let me know if something is wrong about the explanation of anything 2001-02-03 stefan * doc/templates/index.html, doc/templates/base.html: Docs about how to create own templates for phpreview * doc/installation.html: Put the right URL for APC in the file 2001-02-03 h-wolters * books/classes/class.Books.php, books/templates/submitbooks.tpl, includes/defines.php, admin/admbooks.php: Books, writers and categories are stored now, we can start submitting books. It still needs some more checking and we should use Keith's code to check the isbn. * books/templates/submitbooks.tpl, admin/admbooks.php, books/classes/class.Books.php, books/classes/class.Search.php, books/includes/books.php: submition partly works, will try to build in all the checks this weekend 2001-02-02 h-wolters * text/about.txt: Updated the about. 2001-02-02 stefan * books/templates/plain/summary.tpl: Minor layout change * text/index.txt: Minor url typo 2001-02-01 stefan * doc/TODO: We need a module independend link in the templates * templates/plain/response.tpl: plain response.tpl file 2001-02-01 h-wolters * includes/config.php, books/includes/books.php, books/templates/submitbooks.tpl, admin/admbooks.php, books/classes/class.Books.php: Sumbitting of books is half way done now, could all the admins fire up their browser and start testing? It works in lynx. * books/includes/books.php: first function * books/classes/class.Books.php, books/templates/submitbooks.tpl: template for submitting books, not finished yet, categories will be inserted later on * books/classes/class.Books.php, includes/nl-menu.php, includes/us-menu.php, admin/admbooks.php: Started the book submittion/edit page * text/index.txt: Announced the images Keith has submitted * text/about.txt: Wrong url location fixed * logocontest/index.html, logocontest/small/keith1.jpg, logocontest/small/keith2.jpg: inserted the images of Keith since he had some troubles with his account. 2001-01-31 h-wolters * doc/TODO: some points changed, deleted the i18n entry * classes/class.Categories.php, admin/category.php: Updated the categories, the code was in the function * templates/newaccount.tpl, accountbase.php, classes/class.Authenticate.php, includes/defines.php, includes/general.php: Visitors can create a new account now * admin/general.php, classes/class.Authenticate.php, includes/general.php, includes/nl-menu.php, includes/us-menu.php, templates/login.tpl, accountbase.php: started working on the account creation page, fixed some class var declarations * includes/config.php, includes/nl-menu.php, includes/us-menu.php: moved some stuff to the language menu files, this creates a nice short config file * includes/config.php: deleted the colors from the config file 2001-01-31 pvzweden * templates/add.tpl: Already some changes to the template for the adding procedure. 2001-01-30 stefan * books/templates/plain/review.tpl: New file for plain layout * books/templates/plain/cat.tpl: Minor layout change 2001-01-30 h-wolters * books/includes/category.php, books/templates/cat.tpl, classes/class.Categories.php: Stefan (tigerp) noticed that the categories where parsed from within the function, absolutely wrong. Thanks Stefan, it's fixed. 2001-01-29 pvzweden * classes/class.Authenticate.php: Reversed * classes/class.Authenticate.php: Oh horrors he did it again ;-)) Changed one little thing that makes the normal parsing work with the authenticate class. changed the exit -> return. Tested it, it doesn't break anything as far as i can see. If you see that it breaks anything, just remove the return and uncomment the exit. But i'm very sure it doesn;t break something 2001-01-29 stefan * templates/plain/base.tpl: Changes for the new file layout 2001-01-28 h-wolters * templates/base.tpl, templates/response.tpl, books/templates/cat.tpl, classes/class.Response.php, images/penguin.jpg: Hi all, I took the liberty of changing the layout, I've also inserted a background images. Patrick, please tell me if it is ok to use it, it's the same one we are using for the logo of nloboek * templates/base.tpl: inserted some css * includes/config.php, includes/defines.php, books/includes/general.php, books/classes/class.Search.php, searchbooks.php: We can now filter on stopwords, default is set to true 2001-01-28 elise * templates/nl-base/login.tpl: test for the new templates. Cor, can you please see if anything is wrong? I do not seem to get any email from the cvs commits Hans made this weekend 2001-01-28 h-wolters * includes/nl-menu.php, includes/us-menu.php, aboutbooks.php, add.php, addbooks.php: shifting the final files, will explain in a later email * books/templates/review.tpl, books/templates/summary.tpl, includes/nl-menu.php, includes/us-menu.php, indexbooks.php, read.php, readbooks.php: index > indexbooks.php * admin/admcat.php, admin/admnames.php, admin/admpub.php, admin/expirecache.php, includes/config.php, includes/general.php, includes/nl-menu.php, includes/us-menu.php, about.php, add.php, editbooks.php, index.php, overview.php, overviewbooks.php, searchbooks.php: seperated the menu from the config. We are now using one var to make the app use either us-menu or nl-menu. If you want translations then just copy the file to the language pre and -menu.php and start translating (de-menu.php, es-menu.php, br-menu.php, etc...) 2001-01-27 Cor Gest jr * ChangeLog: Done my duty and Updated the ChangeLog 2001-01-27 stefan * books/templates/plain/summary.tpl: summary.tpl for plain templates * books/templates/plain/cat.tpl: Minor ajustments for plain templates 2001-01-27 h-wolters * includes/config.php, includes/general.php, templates/base.tpl, search.php, searchbooks.php: some more changes, we need to seperate the search from the base too * software/classes/class.Programs.php, software/classes/class.swReview.php, templates/searchresult.tpl, text/about.txt, text/index.txt, doc/INSTALL, doc/TODO, doc/devel.html, doc/developers.readthis, doc/future.html, includes/general.php, books/includes/general.php, books/templates/searchresult.tpl, classes/class.Programs.php, classes/class.swReview.php, doc/CREDITS, CREDITS, INSTALL, TODO, developers.readthis, overview.php, read.php, search.php, testfile: hmm, it should be fixed soon now * templates/review.tpl, classes/class.Publishers.php, classes/class.Search.php, classes/class.Summary.php, includes/config.php, includes/general.php, books/templates/review.tpl, books/classes/class.Publishers.php, books/classes/class.Search.php, books/classes/class.Summary.php, books/includes/review.php, admin/admpub.php, edit.php, editbooks.php, overview.php, read.php, search.php: Started rearanging the book specific files. Will do the rest this weekend * includes/config.php: slightly changed the , it doesn't need quotes around it * TODO: Minor detail set to DONE * templates/searchresult.tpl, TODO, classes/class.Search.php: Search is now looking for info within the following fields: title, subtitle, name, review and the isbn. This both in and or mode * TODO: minor changes, done is not correct for all the entries, changed some of them in STARTED 2001-01-27 stefan * books/templates/plain/cat.tpl: plain text template for books * includes/config.php: Changes for easy use of different template styles * includes/config.php: Some changes for choosing a template by var * templates/plain/base.tpl: A plain html base template 2001-01-27 stefan * books/templates/plain/summary.tpl: summary.tpl for plain templates * books/templates/plain/cat.tpl: Minor ajustments for plain templates 2001-01-27 h-wolters * includes/config.php, includes/general.php, templates/base.tpl, search.php, searchbooks.php: some more changes, we need to seperate the search from the base too * software/classes/class.Programs.php, software/classes/class.swReview.php, templates/searchresult.tpl, text/about.txt, text/index.txt, doc/INSTALL, doc/TODO, doc/devel.html, doc/developers.readthis, doc/future.html, includes/general.php, books/includes/general.php, books/templates/searchresult.tpl, classes/class.Programs.php, classes/class.swReview.php, doc/CREDITS, CREDITS, INSTALL, TODO, developers.readthis, overview.php, read.php, search.php, testfile: hmm, it should be fixed soon now * templates/review.tpl, classes/class.Publishers.php, classes/class.Search.php, classes/class.Summary.php, includes/config.php, includes/general.php, books/templates/review.tpl, books/classes/class.Publishers.php, books/classes/class.Search.php, books/classes/class.Summary.php, books/includes/review.php, admin/admpub.php, edit.php, editbooks.php, overview.php, read.php, search.php: Started rearanging the book specific files. Will do the rest this weekend * includes/config.php: slightly changed the , it doesn't need quotes around it * TODO: Minor detail set to DONE * templates/searchresult.tpl, TODO, classes/class.Search.php: Search is now looking for info within the following fields: title, subtitle, name, review and the isbn. This both in and or mode * TODO: minor changes, done is not correct for all the entries, changed some of them in STARTED 2001-01-27 stefan * books/templates/plain/cat.tpl: plain text template for books * includes/config.php: Changes for easy use of different template styles * includes/config.php: Some changes for choosing a template by var * templates/plain/base.tpl: A plain html base template 2001-01-26 h-wolters * text/index.txt: fugbix * classes/class.Search.php, templates/searchresult.tpl: shows the first X words of the review 2001-01-25 h-wolters * templates/searchresult.tpl, classes/class.Search.php: The results now show the bookname, publisher and the reviewer 2001-01-25 Cor Gest jr * doc/introduction.html: minor typo * ChangeLog: updated ChangeLog * doc/about.html, doc/devel.html, doc/develguide.html, doc/developguide.html, doc/future.html, doc/installation.html, doc/introduction.html, doc/phpreview.html, doc/std.html, doc/userguide.html, doc/whatneed.html, doc/whattis.html: changed : in all files `Open Source' INTO `Free-Software' 2001-01-25 stefan * templates/base.tpl: We want to search, not to send in the litte form 2001-01-25 Cor Gest jr * doc/about.html, doc/devel.html, doc/develguide.html, doc/developguide.html, doc/future.html, doc/installation.html, doc/introduction.html, doc/phpreview.html, doc/std.html, doc/userguide.html, doc/whatneed.html, doc/whattis.html: changed : in all files `Open Source' INTO `Free-Software' 2001-01-25 stefan * templates/base.tpl: We want to search, not to send in the litte form 2001-01-21 h-wolters * doc/installation.html: installation doc * includes/config.php: Changed some of the menu options. It now only requires [] behind the name and a .= in order to push new items to the menu array. * doc/installation.html: First part of the installation guide, please check my spelling folks :) 2001-01-20 h-wolters * text/index.txt: Mentioned APC * includes/config.php, admin/expirecache.php: enabled working with APC. Created a admin menu entry which allows the developers/sysadmin's to expire the APC cache. When it's not found it will ignore it. Give me some feedback if someone is using it please. Details on APC can be found within the new file. 2001-01-20 Cor Gest jr * README: ll * TODO: added and updated the DOC- entries * ChangeLog: Updated the Changelog 2001-01-19 h-wolters * templates/base.tpl, classes/class.Search.php, includes/general.php, search.php: Implemented AND and OR within the search class 2001-01-19 h-wolters * templates/base.tpl, classes/class.Search.php, includes/general.php, search.php: Implemented AND and OR within the search class 2001-01-17 h-wolters * classes/class.Search.php, includes/general.php, templates/searchresult.tpl, search.php: Search is working, currently it only parses titles with the id, the id will bring the visitor to the review * templates/searchresult.tpl: First small template in which the search results will be parsed * classes/class.Summary.php, includes/general.php: Updated the showSummary part, vars are now inserted in the class as attributes, not as global vars * includes/general.php, TODO: css vars deleted, we are not using them 2001-01-16 h-wolters * classes/class.Categories.php, classes/class.Names.php, classes/class.Publishers.php, includes/config.php: deleted the magic quotes option from the config, we are checking it within the classes * admin/general.php, developers.readthis, includes/config.php: Version is printed on the admin pages too, changed the dba to my email address again * admin/admcat.php, admin/admnames.php, admin/admpub.php: changed login for the admin pages * add.php, edit.php, includes/general.php, templates/login.tpl: Layout stuff for the login * classes/class.Response.php, templates/response.tpl: A post reply is now shown in the forum if your not viewing a response * classes/class.Response.php: Minor change * developers.readthis: Security * templates/login.tpl: Ok, the originals should be back now. First things first * classes/class.Authenticate.php: no 1 2001-01-16 Cor Gest jr * doc/phpreview.html: link changed * doc/develguide.html: renamed this file from developguide.html link-err in main page * doc/phpreview.html: link repaired 2001-01-15 h-wolters * TODO, add.php: Reviews data (photo) in the TODO 2001-01-15 pvzweden * templates/login.tpl: More logical layout of the login and cancel button 2001-01-15 stefan * doc/GPL.html: made some little changes to the html * CREDITS: add my own name * templates/base.tpl, templates/admin.tpl: *** empty log message *** 2001-01-15 Cor Gest jr * doc/GPL.html: *** empty log message *** 2001-01-15 stefan * doc/GPL.html, doc/GPL, includes/config.php: *** empty log message *** * includes/general.php: Changed some code to use version in the footer * includes/config.php: Added a version var 2001-01-14 h-wolters * includes/config.php, read.php: Made the forum optional within the config * TODO: Updated the TODO, please look at it and change it if you feel the need * text/index.txt: Updated the index page * doc/whatneed.html: Small changes to the whatneed.html since phpReview will run on other httpd servers and will run on older mysql versions too * add.php: supervisors can add reviews too, but something isn't working yet... can't seem to find what it is * includes/config.php, includes/general.php: Deleted the css part of the config, users can insert css entries within the templates so we don't need to worry about that ourselves 2001-01-14 Cor Gest jr * ChangeLog: *** empty log message *** * doc/devel.html: oops knil ni rorre 2001-01-14 h-wolters * TODO: Updated the TODO list * admin/admpub.php, admin/admnames.php: All the admin pages are using Patricks login now, works great * admin/admcat.php: updates admcat for Patricks login * edit.php: login form parsed beneath the user menu 2001-01-14 Cor Gest jr * CREDITS, doc/devel.html, doc/whattis.html, doc/whatneed.html, doc/userguide.html, doc/phpreview.html, doc/introduction.html, doc/installation.html, doc/future.html, doc/GPL, doc/std.html: *** empty log message *** * doc/about.html: ooops * doc/about.html, doc/whatneed.html: *** empty log message *** * text/about.txt: link to the doc entered * doc/README, doc/licence.html, doc/std.html, SETUP-INFO, doc/future.html, doc/devel.html, doc/whatneed.html: *** empty log message *** * doc/about.html: ooops * doc/about.html, doc/whattis.html: *** empty log message *** 2001-01-14 h-wolters * admin/admcat.php, admin/admpub.php: Changed these files back to the old login code. * admin/admcat.php: inserted exit when people are not authenticated. * admin/admcat.php: admin cat page update for the login * admin/admcat.php, admin/admpub.php: Changed the login for the admin pages 2001-01-14 Cor Gest jr * doc/userguide.html, doc/installation.html, doc/developguide.html, doc/phpreview.html, doc/GPL: *** empty log message *** * ChangeLog: ChangeLog updated * doc/developguide.html, doc/installation.html, doc/introduction.html, doc/licence.html, doc/phpreview.html, doc/std.html, doc/userguide.html: Started the HTML-documentation 2001-01-14 h-wolters * developers.readthis: First version of a document for new developers * templates/names.tpl, admin/admnames.php, admin/names.php, classes/class.Names.php: New users will have an md5 encrypted password now 2001-01-14 pvzweden * ChangeLog: Changelog Updated * classes/class.Authenticate.php, add.php: Added my email address, so people know who to kick if it goes wrong ;-)) * classes/class.NavBar.php: new class. Creates the navigation bar that is in use within the add procedure * add.php, includes/config.php, includes/general.php: Rest of the changes * templates/add.tpl, templates/book.tpl, templates/login.tpl: Templates for the new login stuff * classes/class.Authenticate.php, classes/class.Review.php: First changes, doesn't break anything in the other files. Had to resolve conflict in class.Authenticate. 2001-01-14 Cor Gest jr * ChangeLog: *** empty log message *** 2001-01-14 Cor Gest jr * doc/devel.html: oops knil ni rorre 2001-01-14 h-wolters * TODO: Updated the TODO list * admin/admpub.php, admin/admnames.php: All the admin pages are using Patricks login now, works great * admin/admcat.php: updates admcat for Patricks login * edit.php: login form parsed beneath the user menu 2001-01-14 Cor Gest jr * CREDITS, doc/devel.html, doc/whattis.html, doc/whatneed.html, doc/userguide.html, doc/phpreview.html, doc/introduction.html, doc/installation.html, doc/future.html, doc/GPL, doc/std.html: *** empty log message *** * doc/about.html: ooops * doc/about.html, doc/whatneed.html: *** empty log message *** * text/about.txt: link to the doc entered * doc/README, doc/licence.html, doc/std.html, SETUP-INFO, doc/future.html, doc/devel.html, doc/whatneed.html: *** empty log message *** * doc/about.html: ooops * doc/about.html, doc/whattis.html: *** empty log message *** 2001-01-14 h-wolters * admin/admcat.php, admin/admpub.php: Changed these files back to the old login code. * admin/admcat.php: inserted exit when people are not authenticated. * admin/admcat.php: admin cat page update for the login * admin/admcat.php, admin/admpub.php: Changed the login for the admin pages 2001-01-14 Cor Gest jr * doc/userguide.html, doc/installation.html, doc/developguide.html, doc/phpreview.html, doc/GPL: *** empty log message *** * ChangeLog: ChangeLog updated * doc/developguide.html, doc/installation.html, doc/introduction.html, doc/licence.html, doc/phpreview.html, doc/std.html, doc/userguide.html: Started the HTML-documentation 2001-01-14 h-wolters * developers.readthis: First version of a document for new developers * templates/names.tpl, admin/admnames.php, admin/names.php, classes/class.Names.php: New users will have an md5 encrypted password now 2001-01-14 pvzweden * ChangeLog: Changelog Updated * classes/class.Authenticate.php, add.php: Added my email address, so people know who to kick if it goes wrong ;-)) * classes/class.NavBar.php: new class. Creates the navigation bar that is in use within the add procedure * add.php, includes/config.php, includes/general.php: Rest of the changes * templates/add.tpl, templates/book.tpl, templates/login.tpl: Templates for the new login stuff * classes/class.Authenticate.php, classes/class.Review.php: First changes, doesn't break anything in the other files. Had to resolve conflict in class.Authenticate. 2001-01-14 Cor Gest jr * ChangeLog: *** empty log message *** 2001-01-14 Cor Gest jr * doc/developguide.html, doc/installation.html, doc/introduction.html, doc/licence.html, doc/phpreview.html, doc/std.html, doc/userguide.html: Started the HTML-documentation 2001-01-14 h-wolters * developers.readthis: First version of a document for new developers * templates/names.tpl, admin/admnames.php, admin/names.php, classes/class.Names.php: New users will have an md5 encrypted password now 2001-01-14 pvzweden * ChangeLog: Changelog Updated * classes/class.Authenticate.php, add.php: Added my email address, so people know who to kick if it goes wrong ;-)) * classes/class.NavBar.php: new class. Creates the navigation bar that is in use within the add procedure * add.php, includes/config.php, includes/general.php: Rest of the changes * templates/add.tpl, templates/book.tpl, templates/login.tpl: Templates for the new login stuff * classes/class.Authenticate.php, classes/class.Review.php: First changes, doesn't break anything in the other files. Had to resolve conflict in class.Authenticate. 2001-01-14 Cor Gest jr * ChangeLog: *** empty log message *** 2001-01-14 h-wolters * developers.readthis: First version of a document for new developers * templates/names.tpl, admin/admnames.php, admin/names.php, classes/class.Names.php: New users will have an md5 encrypted password now 2001-01-14 pvzweden * ChangeLog: Changelog Updated * classes/class.Authenticate.php, add.php: Added my email address, so people know who to kick if it goes wrong ;-)) * classes/class.NavBar.php: new class. Creates the navigation bar that is in use within the add procedure * add.php, includes/config.php, includes/general.php: Rest of the changes * templates/add.tpl, templates/book.tpl, templates/login.tpl: Templates for the new login stuff * classes/class.Authenticate.php, classes/class.Review.php: First changes, doesn't break anything in the other files. Had to resolve conflict in class.Authenticate. 2001-01-14 Cor Gest jr * ChangeLog: *** empty log message *** 2001-01-14 h-wolters * developers.readthis: First version of a document for new developers * templates/names.tpl, admin/admnames.php, admin/names.php, classes/class.Names.php: New users will have an md5 encrypted password now 2001-01-14 pvzweden * ChangeLog: Changelog Updated * classes/class.Authenticate.php, add.php: Added my email address, so people know who to kick if it goes wrong ;-)) * classes/class.NavBar.php: new class. Creates the navigation bar that is in use within the add procedure * add.php, includes/config.php, includes/general.php: Rest of the changes * templates/add.tpl, templates/book.tpl, templates/login.tpl: Templates for the new login stuff * classes/class.Authenticate.php, classes/class.Review.php: First changes, doesn't break anything in the other files. Had to resolve conflict in class.Authenticate. 2001-01-14 Cor Gest jr * ChangeLog: *** empty log message *** 2001-01-14 pvzweden * classes/class.Authenticate: New code for authentication * classes/class.NavBar: New class, creates a navigation bar for adding reviews * includes/config/php Added new settings which are used within the log-in and navigation bar * templates/add.tpl New template for adding the reviews * templates/login.tpl Modified template to contain the new login form * templates/book.tpl New template, which is going to be used within the add procedure 2001-01-13 h-wolters * admin/general.php: updates the general include since the auth.class got broken with the earlier update last night 2001-01-12 h-wolters * classes/class.Authenticate.php, includes/general.php: fixed wrong coding, is now send as an attribute 2001-01-08 Cor Gest jr * ChangeLog: Changelog updated. sri it took a while, had some network-ISP problems. cor 2001-01-07 h-wolters * classes/class.Response.php: quotes stuff again * includes/config.php, classes/class.Response.php: quote test * text/index.txt: project status 2001-01-07 h-wolters * classes/class.Response.php: quotes stuff again * includes/config.php, classes/class.Response.php: quote test * text/index.txt: project status 2001-01-06 h-wolters * classes/class.Response.php, includes/response.php, templates/response.tpl, read.php: reply en (almost) new postings can be done 2001-01-02 h-wolters * templates/response.tpl, classes/class.Response.php, includes/response.php, read.php: links added to the responses, responses are shown now 2001-01-01 h-wolters * classes/class.Response.php, includes/response.php, read.php: response class & function 2000-12-28 Cor Gest jr * ChangeLog: updated 2000-12-24 Cor Gest jr * ChangeLog: ChangeLog updated 2000-12-24 Cor Gest jr * ChangeLog: ChangeLog updated 2000-12-22 h-wolters * classes/class.Categories.php, classes/class.Names.php: updated descriptions * search.php: deleted some test stuff on sessions * classes/class.Review.php, search.php: Updated the description, deleted the response, will build another class for that one 2000-12-22 h-wolters * classes/class.Categories.php, classes/class.Names.php: updated descriptions * search.php: deleted some test stuff on sessions * classes/class.Review.php, search.php: Updated the description, deleted the response, will build another class for that one 2000-12-17 Cor Gest jr * ChangeLog: ChangeLog updated 2000-12-17 h-wolters * templates/response.tpl, templates/review.tpl, classes/class.Review.php: Some layout stuff for the responses * templates/names.tpl, classes/class.Names.php, TODO, admin/admnames.php, admin/names.php: We can delete names too (supervisors) * TODO: minor changes in the TODO * classes/class.Names.php: Updated the class description * templates/names.tpl, admin/admnames.php, admin/names.php, classes/class.Names.php: Supervisors can edit the names and privs for the names now * text/about.txt: inserted the TODO file in the about page and deleted the part where we are working on the DB2 version * TODO: forgot one important issue * TODO: Commited some extra point to the TODO file 2000-12-17 Cor Gest jr * ChangeLog: ChangeLog updated 2000-12-17 h-wolters * templates/response.tpl, templates/review.tpl, classes/class.Review.php: Some layout stuff for the responses * templates/names.tpl, classes/class.Names.php, TODO, admin/admnames.php, admin/names.php: We can delete names too (supervisors) * TODO: minor changes in the TODO * classes/class.Names.php: Updated the class description * templates/names.tpl, admin/admnames.php, admin/names.php, classes/class.Names.php: Supervisors can edit the names and privs for the names now * text/about.txt: inserted the TODO file in the about page and deleted the part where we are working on the DB2 version * TODO: forgot one important issue * TODO: Commited some extra point to the TODO file 2000-12-17 h-wolters * templates/response.tpl, templates/review.tpl, classes/class.Review.php: Some layout stuff for the responses * templates/names.tpl, classes/class.Names.php, TODO, admin/admnames.php, admin/names.php: We can delete names too (supervisors) * TODO: minor changes in the TODO * classes/class.Names.php: Updated the class description * templates/names.tpl, admin/admnames.php, admin/names.php, classes/class.Names.php: Supervisors can edit the names and privs for the names now * text/about.txt: inserted the TODO file in the about page and deleted the part where we are working on the DB2 version * TODO: forgot one important issue * TODO: Commited some extra point to the TODO file 2000-12-16 h-wolters * includes/review.php, includes/category.php, books/includes/category.php, books/includes/review.php: forgot the move the included book files to the other tree in cvs * edit.php, read.php: changes the includes/review.php location since it belongs to the book module * includes/config.php, overview.php, read.php: changes the includes/category location since it belongs to the book module * includes/config.php: Changed the layout of the config file. Cor, please use a different tree for the software module * images/5.jpg, images/6.jpg, images/7.jpg, includes/config.php, classes/class.Summary.php, images/1.jpg, images/2.jpg, images/3.jpg, images/4.jpg, books/images/1.jpg, books/images/2.jpg, books/images/3.jpg, books/images/4.jpg, books/images/6.jpg, books/images/7.jpg: moved all the specific book images to the book module. Changed the configuration * templates/cat.tpl, templates/publishers.tpl, templates/summary.tpl, classes/class.Categories.php, classes/class.Publishers.php, classes/class.Summary.php, includes/category.php, includes/config.php, admin/publishers.php, books/templates/cat.tpl, books/templates/publishers.tpl, books/templates/summary.tpl, admin/category.php, edit.php, search.php: Started working on the tree layout in order to make sure that we can work modular based. Created a books tree and moved some specific book templates to that directory. Lots of stuff to be done. 2000-12-13 Cor Gest jr * classes/class.Programs.php: internal: Filename: class.Programs.php changed * ChangeLog: *** empty log message *** * classes/class.swReview.php: Just added an function to parse swreview lists. took the org class.Review.php * classes/class.Programs.php: The first to acommodate the Software Review... Hope it does-not break anything Hans, have a peek please ;-) 2000-12-13 Cor Gest jr * classes/class.swReview.php: Just added an function to parse swreview lists. took the org class.Review.php * classes/class.Programs.php: The first to acommodate the Software Review... Hope it does-not break anything Hans, have a peek please ;-) 2000-12-11 Cor Gest jr * ChangeLog: *** empty log message *** 2000-12-10 h-wolters * includes/defines.php, templates/names.tpl, admin/admnames.php, admin/names.php, classes/class.Names.php: Supervisor can now insert new names into the database. This still needs coding since we would like to check the email address, etc... * templates/summary.tpl: layout stuff, it looks better this way (I think) * classes/class.EditHtml.php: enabled urls within the EditHtml class * text/index.txt: Announced the new logo's that are submitted by Craig * logocontest/small/craig3.jpg: forgot one images * logocontest/small/craig1.jpg, logocontest/small/craig2.jpg, logocontest/small/phpreview1.jpg, logocontest/small/phpreview2.jpg, logocontest/small/phpreview_logo_copy.jpg, logocontest/big/craig1.jpg, logocontest/big/craig2.jpg, logocontest/big/craig3.jpg, logocontest/big/phpreview1.jpg, logocontest/big/phpreview2.jpg, logocontest/big/phpreview_logo_copy.jpg, logocontest/phpreview2.jpg, logocontest/phpreview_logo_copy.jpg, logocontest/index.html, logocontest/phpreview1.jpg: updates for the logocontest, made thumbnails and inserted the images Craig Davis has send me 2000-12-10 Cor Gest jr * ChangeLog: Changelog updated 2000-12-10 h-wolters * includes/defines.php, templates/names.tpl, admin/admnames.php, admin/names.php, classes/class.Names.php: Supervisor can now insert new names into the database. This still needs coding since we would like to check the email address, etc... * templates/summary.tpl: layout stuff, it looks better this way (I think) * classes/class.EditHtml.php: enabled urls within the EditHtml class * text/index.txt: Announced the new logo's that are submitted by Craig * logocontest/small/craig3.jpg: forgot one images * logocontest/small/craig1.jpg, logocontest/small/craig2.jpg, logocontest/small/phpreview1.jpg, logocontest/small/phpreview2.jpg, logocontest/small/phpreview_logo_copy.jpg, logocontest/big/craig1.jpg, logocontest/big/craig2.jpg, logocontest/big/craig3.jpg, logocontest/big/phpreview1.jpg, logocontest/big/phpreview2.jpg, logocontest/big/phpreview_logo_copy.jpg, logocontest/phpreview2.jpg, logocontest/phpreview_logo_copy.jpg, logocontest/index.html, logocontest/phpreview1.jpg: updates for the logocontest, made thumbnails and inserted the images Craig Davis has send me 2000-12-10 Cor Gest jr * ChangeLog: Changelog updated 2000-12-08 Cor Gest jr * ChangeLog: ChangeLog updated 2000-12-08 Cor Gest jr * ChangeLog: ChangeLog updated 2000-12-07 h-wolters * text/index.txt: announced the first logo's * classes/class.EditHtml.php: description for the html class * logocontest/index.html, logocontest/phpreview1.jpg, logocontest/phpreview2.jpg, logocontest/phpreview_logo_copy.jpg: logocontest page with the first three logo's 2000-12-07 h-wolters * text/index.txt: announced the first logo's * classes/class.EditHtml.php: description for the html class * logocontest/index.html, logocontest/phpreview1.jpg, logocontest/phpreview2.jpg, logocontest/phpreview_logo_copy.jpg: logocontest page with the first three logo's 2000-12-06 Cor Gest jr * ChangeLog: ChangeLog updated 2000-12-05 h-wolters * classes/class.EditHtml.php, classes/class.Review.php, edit.php, includes/review.php: Updated the edithtmlclass, it now works but I had to make a few minor changes. The url's are not in yet since I had some trouble with it. Will look at this next time. * includes/review.php, classes/class.EditHtml.php: Ok, not tested yet but this is the classfile that will strip the htmltags and transform the allowed tags. Will try/test it on the edit page tomorrow 2000-12-05 Cor Gest jr * ChangeLog: *** empty log message *** 2000-12-05 h-wolters * text/index.txt: Small spelling fugbix 2000-12-05 Cor Gest jr * text/index.txt: typo * text/index.txt: changed minor otyp..err typo added: request for LOGO's for the project 2000-12-05 h-wolters * classes/class.EditHtml.php, classes/class.Review.php, edit.php, includes/review.php: Updated the edithtmlclass, it now works but I had to make a few minor changes. The url's are not in yet since I had some trouble with it. Will look at this next time. * includes/review.php, classes/class.EditHtml.php: Ok, not tested yet but this is the classfile that will strip the htmltags and transform the allowed tags. Will try/test it on the edit page tomorrow 2000-12-05 Cor Gest jr * ChangeLog: *** empty log message *** 2000-12-05 h-wolters * text/index.txt: Small spelling fugbix 2000-12-05 Cor Gest jr * text/index.txt: typo * text/index.txt: changed minor otyp..err typo added: request for LOGO's for the project 2000-12-05 h-wolters * text/index.txt: Small spelling fugbix 2000-12-05 Cor Gest jr * text/index.txt: typo * text/index.txt: changed minor otyp..err typo added: request for LOGO's for the project 2000-12-04 h-wolters * text/index.txt: test * text/index.txt: updated the index page, mentioned the mailinglist 2000-12-04 Cor Gest jr * text/about.txt: mail address changed to: phpchannel@nl.linux.org * testfile: just a testfile please ignore * ChangeLog: updated * ChangeLog: Changelog updated The phpchannel@humbolt.nl.linux.org is online 2000-12-04 h-wolters * text/index.txt: inserted the project start on the index page * classes/class.Names.php, text/about.txt: grr, quote mistake * text/about.txt: Mentioned nlo as the hosters for this project * text/index.txt, index.php, TODO: included a text file for the index page. We can use it to annaunce new versions, etc... 2000-12-04 Cor Gest jr * ChangeLog: Changelog updated The phpchannel@humbolt.nl.linux.org is online 2000-12-04 h-wolters * text/index.txt: inserted the project start on the index page * classes/class.Names.php, text/about.txt: grr, quote mistake * text/about.txt: Mentioned nlo as the hosters for this project * text/index.txt, index.php, TODO: included a text file for the index page. We can use it to annaunce new versions, etc... 2000-12-04 h-wolters * text/index.txt: inserted the project start on the index page * classes/class.Names.php, text/about.txt: grr, quote mistake * text/about.txt: Mentioned nlo as the hosters for this project * text/index.txt, index.php, TODO: included a text file for the index page. We can use it to annaunce new versions, etc... 2000-12-03 Cor Gest jr * ChangeLog: *** empty log message *** 2000-12-02 Cor Gest jr * ChangeLog: updated * ChangeLog: updated 2000-12-02 Cor Gest jr * ChangeLog: updated * ChangeLog: updated 2000-12-02 Cor Gest jr * ChangeLog: updated 2000-12-01 Cor Gest jr * ChangeLog: updated * ChangeLog: Changelog updated 2000-12-01 Cor Gest jr * ChangeLog: updated * ChangeLog: Changelog updated 2000-12-01 Cor Gest jr * ChangeLog: updated * ChangeLog: Changelog updated 2000-12-01 Cor Gest jr * ChangeLog: Changelog updated 2000-11-30 h-wolters * classes/class.Names.php, templates/names.tpl: Complete overview of the names with their values 2000-11-30 h-wolters * classes/class.Names.php, templates/names.tpl: Complete overview of the names with their values 2000-11-29 Cor Gest jr * ChangeLog: nu wel goed updated 2000-11-29 h-wolters * templates/names.tpl: Forgot to add a template for the namepage * templates/admin.tpl, includes/defines.php, includes/config.php, classes/class.Names.php, admin/admnames.php, admin/names.php: Initial page for editting the names. This will only be possible for the supervisors. Currently it only shows a long list of names which are in the database. 2000-11-29 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-29 Cor Gest jr * ChangeLog: nu wel goed updated 2000-11-29 h-wolters * templates/names.tpl: Forgot to add a template for the namepage * templates/admin.tpl, includes/defines.php, includes/config.php, classes/class.Names.php, admin/admnames.php, admin/names.php: Initial page for editting the names. This will only be possible for the supervisors. Currently it only shows a long list of names which are in the database. 2000-11-29 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-29 h-wolters * templates/names.tpl: Forgot to add a template for the namepage * templates/admin.tpl, includes/defines.php, includes/config.php, classes/class.Names.php, admin/admnames.php, admin/names.php: Initial page for editting the names. This will only be possible for the supervisors. Currently it only shows a long list of names which are in the database. 2000-11-29 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-28 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-28 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-28 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-27 Cor Gest jr * CREDITS, ChangeLog: *** empty log message *** * ChangeLog: Changelog updated, Keith's name changed 2000-11-27 h-wolters * classes/class.Isbncheck.php: We are allowed to use Keith Nunn's code for checking the isbn, great. Corrected Keith's Lastname within the classfile. Can we fix this in the cvs tree too? 2000-11-27 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-27 Cor Gest jr * CREDITS, ChangeLog: *** empty log message *** * ChangeLog: Changelog updated, Keith's name changed 2000-11-27 h-wolters * classes/class.Isbncheck.php: We are allowed to use Keith Nunn's code for checking the isbn, great. Corrected Keith's Lastname within the classfile. Can we fix this in the cvs tree too? 2000-11-27 Cor Gest jr * ChangeLog: *** empty log message *** O2000-11-27 h-wolters * classes/class.Isbncheck.php: We are allowed to use Keith Nunn's code for checking the isbn, great. Corrected Keith's Lastname within the classfile. Can we fix this in the cvs tree too? 2000-11-27 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-26 h-wolters * classes/class.Isbncheck.php: Submitted a class with original code from Keith Nunn, I mailed him to ask if we can use it. The classfile checks an isbn to see if it's valid * TODO, text/about.txt: minor changes to the about.txt and TODO * classes/class.Review.php, includes/review.php, edit.php: User owner can only edit his/her own reviews from now on * templates/review.tpl: All seems to be working like it should, changed the method=get into post. * edit.php: Inserted the editing for admins too * includes/review.php, templates/base.tpl, templates/cat.tpl, templates/review.tpl, classes/class.Review.php, edit.php: Since we are getting some attention from English sites and programmers in the near future I would like to ask you all to submit the changes in English from now on. Completed the basic editing of reviews. Tested on quotes. We should talk about what html tags are allowed within the reviews. 2000-11-26 h-wolters * classes/class.Isbncheck.php: Submitted a class with original code from Keith Nunn, I mailed him to ask if we can use it. The classfile checks an isbn to see if it's valid * TODO, text/about.txt: minor changes to the about.txt and TODO * classes/class.Review.php, includes/review.php, edit.php: User owner can only edit his/her own reviews from now on * templates/review.tpl: All seems to be working like it should, changed the method=get into post. * edit.php: Inserted the editing for admins too * includes/review.php, templates/base.tpl, templates/cat.tpl, templates/review.tpl, classes/class.Review.php, edit.php: Since we are getting some attention from English sites and programmers in the near future I would like to ask you all to submit the changes in English from now on. Completed the basic editing of reviews. Tested on quotes. We should talk about what html tags are allowed within the reviews. 2000-11-25 Cor Gest jr * ChangeLog: Changelog bijgewerkt 2000-11-25 h-wolters * edit.php: edit gedeelte ook bij admins die inloggen * includes/review.php, templates/review.tpl, classes/class.Review.php, edit.php: begin van de edit procedure 2000-11-25 Cor Gest jr * ChangeLog: ChangeLog updated 2000-11-25 h-wolters * classes/class.Publishers.php, classes/class.Review.php, classes/class.Summary.php, admin/category.php, classes/class.Authenticate.php, classes/class.Categories.php: beetje tunen door de resultssets te flushen tussendoor * classes/class.Categories.php, classes/class.Publishers.php: locks op de tables als men een categorie of publisher edit danwel delete * admin/admpub.php, admin/category.php, admin/publishers.php, templates/cat.tpl, templates/publishers.tpl, admin/admcat.php: Authenticatie aangepast. We kunnen nu werken met de volgende nivo's:: supervisor : mag alles admin : mag bijna alles (moeten we nog defineren). jradmin : mag items bewerken (categorie, etc..) mag echter niet deleten. admcat.php en admpub.php laten de delete link nu niet meer zien als er een jradmin aktief is. * classes/class.Review.php, classes/class.Summary.php, read.php, templates/review.tpl: Naam van de huidige recensent boven de tabel * classes/class.Summary.php, templates/summary.tpl: Taal van het boek in de books tabel erbij gezet. Jullie moeten even lokaal de db aanpassen: ALTER table books ADD lang char(2) NOT NULL; update books set lang = 'US'; Groet, Hans 2000-11-25 Cor Gest jr * ChangeLog: bijgewerkt * TODO: de eerste TODO's ;-)) * SETUP-INFO: Bestand toegevoegd SETUP-INFO cor * ChangeLog: *** empty log message *** 2000-11-25 h-wolters * edit.php: edit gedeelte ook bij admins die inloggen * includes/review.php, templates/review.tpl, classes/class.Review.php, edit.php: begin van de edit procedure 2000-11-25 Cor Gest jr * ChangeLog: ChangeLog updated 2000-11-25 h-wolters * classes/class.Publishers.php, classes/class.Review.php, classes/class.Summary.php, admin/category.php, classes/class.Authenticate.php, classes/class.Categories.php: beetje tunen door de resultssets te flushen tussendoor * classes/class.Categories.php, classes/class.Publishers.php: locks op de tables als men een categorie of publisher edit danwel delete * admin/admpub.php, admin/category.php, admin/publishers.php, templates/cat.tpl, templates/publishers.tpl, admin/admcat.php: Authenticatie aangepast. We kunnen nu werken met de volgende nivo's:: supervisor : mag alles admin : mag bijna alles (moeten we nog defineren). jradmin : mag items bewerken (categorie, etc..) mag echter niet deleten. admcat.php en admpub.php laten de delete link nu niet meer zien als er een jradmin aktief is. * classes/class.Review.php, classes/class.Summary.php, read.php, templates/review.tpl: Naam van de huidige recensent boven de tabel * classes/class.Summary.php, templates/summary.tpl: Taal van het boek in de books tabel erbij gezet. Jullie moeten even lokaal de db aanpassen: ALTER table books ADD lang char(2) NOT NULL; update books set lang = 'US'; Groet, Hans 2000-11-25 Cor Gest jr * ChangeLog: bijgewerkt * TODO: de eerste TODO's ;-)) * SETUP-INFO: Bestand toegevoegd SETUP-INFO cor * ChangeLog: *** empty log message *** 2000-11-25 h-wolters * classes/class.Publishers.php, classes/class.Review.php, classes/class.Summary.php, admin/category.php, classes/class.Authenticate.php, classes/class.Categories.php: beetje tunen door de resultssets te flushen tussendoor * classes/class.Categories.php, classes/class.Publishers.php: locks op de tables als men een categorie of publisher edit danwel delete * admin/admpub.php, admin/category.php, admin/publishers.php, templates/cat.tpl, templates/publishers.tpl, admin/admcat.php: Authenticatie aangepast. We kunnen nu werken met de volgende nivo's:: supervisor : mag alles admin : mag bijna alles (moeten we nog defineren). jradmin : mag items bewerken (categorie, etc..) mag echter niet deleten. admcat.php en admpub.php laten de delete link nu niet meer zien als er een jradmin aktief is. * classes/class.Review.php, classes/class.Summary.php, read.php, templates/review.tpl: Naam van de huidige recensent boven de tabel * classes/class.Summary.php, templates/summary.tpl: Taal van het boek in de books tabel erbij gezet. Jullie moeten even lokaal de db aanpassen: ALTER table books ADD lang char(2) NOT NULL; update books set lang = 'US'; Groet, Hans 2000-11-25 Cor Gest jr * ChangeLog: bijgewerkt * TODO: de eerste TODO's ;-)) * SETUP-INFO: Bestand toegevoegd SETUP-INFO cor * ChangeLog: *** empty log message *** 2000-11-25 h-wolters * classes/class.Publishers.php, classes/class.Review.php, classes/class.Summary.php, admin/category.php, classes/class.Authenticate.php, classes/class.Categories.php: beetje tunen door de resultssets te flushen tussendoor * classes/class.Categories.php, classes/class.Publishers.php: locks op de tables als men een categorie of publisher edit danwel delete * admin/admpub.php, admin/category.php, admin/publishers.php, templates/cat.tpl, templates/publishers.tpl, admin/admcat.php: Authenticatie aangepast. We kunnen nu werken met de volgende nivo's:: supervisor : mag alles admin : mag bijna alles (moeten we nog defineren). jradmin : mag items bewerken (categorie, etc..) mag echter niet deleten. admcat.php en admpub.php laten de delete link nu niet meer zien als er een jradmin aktief is. * classes/class.Review.php, classes/class.Summary.php, read.php, templates/review.tpl: Naam van de huidige recensent boven de tabel * classes/class.Summary.php, templates/summary.tpl: Taal van het boek in de books tabel erbij gezet. Jullie moeten even lokaal de db aanpassen: ALTER table books ADD lang char(2) NOT NULL; update books set lang = 'US'; Groet, Hans 2000-11-25 Cor Gest jr * ChangeLog: bijgewerkt * TODO: de eerste TODO's ;-)) * SETUP-INFO: Bestand toegevoegd SETUP-INFO cor * ChangeLog: *** empty log message *** 2000-11-25 Cor Gest jr * TODO: de eerste TODO's ;-)) * SETUP-INFO: Bestand toegevoegd SETUP-INFO cor * ChangeLog: *** empty log message *** 2000-11-24 Cor Gest jr * ChangeLog: Changelog bijgewerkt * README: kleine wijziging * ChangeLog: *** empty log message *** * INSTALL: INSTALL file aangemaakt - * README: Eerste aanzet invulling met GPL en hoofd indeling 2000-11-24 Cor Gest jr * ChangeLog: Changelog bijgewerkt * README: kleine wijziging * ChangeLog: *** empty log message *** * INSTALL: INSTALL file aangemaakt - * README: Eerste aanzet invulling met GPL en hoofd indeling 2000-11-24 Cor Gest jr * README: kleine wijziging * ChangeLog: *** empty log message *** * INSTALL: INSTALL file aangemaakt - * README: Eerste aanzet invulling met GPL en hoofd indeling 2000-11-24 Cor Gest jr * README: kleine wijziging * ChangeLog: *** empty log message *** * INSTALL: INSTALL file aangemaakt - * README: Eerste aanzet invulling met GPL en hoofd indeling 2000-11-24 Cor Gest jr * README: kleine wijziging * ChangeLog: *** empty log message *** * INSTALL: INSTALL file aangemaakt - * README: Eerste aanzet invulling met GPL en hoofd indeling 2000-11-24 Cor Gest jr * INSTALL: INSTALL file aangemaakt - * README: Eerste aanzet invulling met GPL en hoofd indeling 2000-11-24 Cor Gest jr * README: Eerste aanzet invulling met GPL en hoofd indeling 2000-11-23 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-23 h-wolters * templates/admin.tpl: klein foutje, de layout moet nog worden aangepast 2000-11-23 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-23 h-wolters * templates/publishers.tpl, classes/class.Publishers.php, includes/config.php, admin/admpub.php, admin/publishers.php: publishers module voor de admins 2000-11-23 Cor Gest jr * CREDITS: CREDITS toegevoegd * ChangeLog: Changelog updated * README: README gemaakt in www-tree * Changelog: *** empty log message *** * TODO: TODO toegevoegd * ChangeLog: ChangeLog updated 2000-11-23 h-wolters * admin/category.php: moeilijk hoor dat verschil tussen groter of groterdanwelgelijkaan :) * classes/class.Categories.php, templates/cat.tpl, admin/admcat.php, admin/category.php: Edit gedeelte voor de categorieen is ook af * templates/cat.tpl: Klein foutje nog * templates/admin.tpl, templates/cat.tpl: Layout aangepast. Category tabel is nu over de hele pagina. * classes/class.Categories.php, classes/class.Connectdb.php, admin/admcat.php, admin/category.php: Nieuwe functie in de class.Categories om een categorie te deleten. 2000-11-23 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-23 h-wolters * templates/admin.tpl: klein foutje, de layout moet nog worden aangepast 2000-11-23 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-23 h-wolters * templates/publishers.tpl, classes/class.Publishers.php, includes/config.php, admin/admpub.php, admin/publishers.php: publishers module voor de admins 2000-11-23 Cor Gest jr * CREDITS: CREDITS toegevoegd * ChangeLog: Changelog updated * README: README gemaakt in www-tree * Changelog: *** empty log message *** * TODO: TODO toegevoegd * ChangeLog: ChangeLog updated 2000-11-23 h-wolters * admin/category.php: moeilijk hoor dat verschil tussen groter of groterdanwelgelijkaan :) * classes/class.Categories.php, templates/cat.tpl, admin/admcat.php, admin/category.php: Edit gedeelte voor de categorieen is ook af * templates/cat.tpl: Klein foutje nog * templates/admin.tpl, templates/cat.tpl: Layout aangepast. Category tabel is nu over de hele pagina. * classes/class.Categories.php, classes/class.Connectdb.php, admin/admcat.php, admin/category.php: Nieuwe functie in de class.Categories om een categorie te deleten. 2000-11-23 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-23 h-wolters * templates/admin.tpl: klein foutje, de layout moet nog worden aangepast 2000-11-23 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-23 h-wolters * templates/publishers.tpl, classes/class.Publishers.php, includes/config.php, admin/admpub.php, admin/publishers.php: publishers module voor de admins 2000-11-23 Cor Gest jr * CREDITS: CREDITS toegevoegd * ChangeLog: Changelog updated * README: README gemaakt in www-tree * Changelog: *** empty log message *** * TODO: TODO toegevoegd * ChangeLog: ChangeLog updated 2000-11-23 h-wolters * admin/category.php: moeilijk hoor dat verschil tussen groter of groterdanwelgelijkaan :) * classes/class.Categories.php, templates/cat.tpl, admin/admcat.php, admin/category.php: Edit gedeelte voor de categorieen is ook af * templates/cat.tpl: Klein foutje nog * templates/admin.tpl, templates/cat.tpl: Layout aangepast. Category tabel is nu over de hele pagina. * classes/class.Categories.php, classes/class.Connectdb.php, admin/admcat.php, admin/category.php: Nieuwe functie in de class.Categories om een categorie te deleten. 2000-11-23 h-wolters * templates/admin.tpl: klein foutje, de layout moet nog worden aangepast 2000-11-23 Cor Gest jr * ChangeLog: *** empty log message *** 2000-11-23 h-wolters * templates/publishers.tpl, classes/class.Publishers.php, includes/config.php, admin/admpub.php, admin/publishers.php: publishers module voor de admins 2000-11-23 Cor Gest jr * CREDITS: CREDITS toegevoegd * ChangeLog: Changelog updated * README: README gemaakt in www-tree * Changelog: *** empty log message *** * TODO: TODO toegevoegd * ChangeLog: ChangeLog updated 2000-11-23 h-wolters * admin/category.php: moeilijk hoor dat verschil tussen groter of groterdanwelgelijkaan :) * classes/class.Categories.php, templates/cat.tpl, admin/admcat.php, admin/category.php: Edit gedeelte voor de categorieen is ook af * templates/cat.tpl: Klein foutje nog * templates/admin.tpl, templates/cat.tpl: Layout aangepast. Category tabel is nu over de hele pagina. * classes/class.Categories.php, classes/class.Connectdb.php, admin/admcat.php, admin/category.php: Nieuwe functie in de class.Categories om een categorie te deleten. 2000-11-23 h-wolters * templates/publishers.tpl, classes/class.Publishers.php, includes/config.php, admin/admpub.php, admin/publishers.php: publishers module voor de admins 2000-11-23 Cor Gest jr * CREDITS: CREDITS toegevoegd * ChangeLog: Changelog updated * README: README gemaakt in www-tree * Changelog: *** empty log message *** * TODO: TODO toegevoegd * ChangeLog: ChangeLog updated 2000-11-23 h-wolters * admin/category.php: moeilijk hoor dat verschil tussen groter of groterdanwelgelijkaan :) * classes/class.Categories.php, templates/cat.tpl, admin/admcat.php, admin/category.php: Edit gedeelte voor de categorieen is ook af * templates/cat.tpl: Klein foutje nog * templates/admin.tpl, templates/cat.tpl: Layout aangepast. Category tabel is nu over de hele pagina. * classes/class.Categories.php, classes/class.Connectdb.php, admin/admcat.php, admin/category.php: Nieuwe functie in de class.Categories om een categorie te deleten. 2000-11-23 Cor Gest jr * README: README gemaakt in www-tree * Changelog: *** empty log message *** * TODO: TODO toegevoegd * ChangeLog: ChangeLog updated 2000-11-23 h-wolters * admin/category.php: moeilijk hoor dat verschil tussen groter of groterdanwelgelijkaan :) * classes/class.Categories.php, templates/cat.tpl, admin/admcat.php, admin/category.php: Edit gedeelte voor de categorieen is ook af * templates/cat.tpl: Klein foutje nog * templates/admin.tpl, templates/cat.tpl: Layout aangepast. Category tabel is nu over de hele pagina. * classes/class.Categories.php, classes/class.Connectdb.php, admin/admcat.php, admin/category.php: Nieuwe functie in de class.Categories om een categorie te deleten. 2000-11-23 Cor Gest jr * Changelog: *** empty log message *** * TODO: TODO toegevoegd * ChangeLog: ChangeLog updated 2000-11-23 h-wolters * admin/category.php: moeilijk hoor dat verschil tussen groter of groterdanwelgelijkaan :) * classes/class.Categories.php, templates/cat.tpl, admin/admcat.php, admin/category.php: Edit gedeelte voor de categorieen is ook af * templates/cat.tpl: Klein foutje nog * templates/admin.tpl, templates/cat.tpl: Layout aangepast. Category tabel is nu over de hele pagina. * classes/class.Categories.php, classes/class.Connectdb.php, admin/admcat.php, admin/category.php: Nieuwe functie in de class.Categories om een categorie te deleten. 2000-11-23 h-wolters * admin/category.php: moeilijk hoor dat verschil tussen groter of groterdanwelgelijkaan :) * classes/class.Categories.php, templates/cat.tpl, admin/admcat.php, admin/category.php: Edit gedeelte voor de categorieen is ook af * templates/cat.tpl: Klein foutje nog * templates/admin.tpl, templates/cat.tpl: Layout aangepast. Category tabel is nu over de hele pagina. * classes/class.Categories.php, classes/class.Connectdb.php, admin/admcat.php, admin/category.php: Nieuwe functie in de class.Categories om een categorie te deleten. 2000-11-22 h-wolters * templates/login.tpl: Aanpassing in de login.tpl, nu method=post * admin/admcat.php: Aanpassing linkje * crypt.php: oud test filetje eruit * classes/class.Categories.php, classes/class.Summary.php, templates/admin.tpl, templates/cat.tpl, admin/admcat.php, admin/category.php, admin/general.php: admcat geeft nu de hele lijst met categorieen. Je kan nu al nieuwe toevoegen. Edit en Delete werkt nog niet. 2000-11-22 armijn * text/about.txt: corrected a grammar mistake 2000-11-22 h-wolters * text/about.txt: pselfout * text/about.txt, about.php, includes/config.php: Nieuwe dir erbij waarin text bestanden kunnen worden gezet. Eerste bestand is de about.txt waarin een door Armijn geschreven (en door mij aangepast) stukje staat waarin phpReview is beschreven. 2000-11-22 maarten * index.html: testfile niet meer nodig 2000-11-22 h-wolters * add.php: Laatste voor vanmiddag * includes/general.php, add.php, classes/class.Authenticate.php: Klein bugje waardoor nu niemand kon inloggen op de normale add en edit pagina * templates/admin.tpl, classes/class.Authenticate.php, includes/config.php, includes/general.php, admcat.php, admin/admcat.php, admin/general.php: class.Authenticate aangepast zodat hij ook in de admin dir werkt. Config aangepast voor authenticate admcat.php erbij. general functies voor admin erbij. * includes/config.php: Duh, Hansie was een beetje blond. Als het goed is werk de toegang nu wel. * classes/class.Categories.php: Commentaar erin gezet, Cor vermeld. 2000-11-22 Cor Gest jr * classes/class.Categories.php: db statement gewijzigd in function storeCategory() ===> INTI in INTO (typo) 2000-11-21 h-wolters * templates/summary.tpl, templates/base.tpl, templates/cat.tpl, templates/login.tpl, templates/review.tpl, includes/category.php, includes/config.php, includes/defines.php, includes/general.php, includes/review.php, logos/marble.png, logos/ok.gif, classes/class.Authenticate.php, classes/class.Categories.php, classes/class.Connectdb.php, classes/class.FastTemplate.php, classes/class.Review.php, classes/class.Summary.php, images/1.jpg, images/2.jpg, images/3.jpg, images/4.jpg, images/5.jpg, images/6.jpg, images/7.jpg, search.php, Changelog, about.php, add.php, admcat.php, crypt.php, edit.php, index.php, overview.php, read.php: hele bult bestanden 2000-11-21 maarten * index.html: index.html for testing Nov 17, 2000 Initial project startup. Files added by Hans Wolters: about.php add.php edit.php index.php overview.php search.php Changelog templates/base.tpl templates/cat.tpl templates/login.tpl logos/marble.png logos/ok.gif includes/category.php includes/config.php includes/defines.php includes/general.php images/1.jpg classes/class.Authenticate.php classes/class.Categories.php classes/class.Connectdb.php classes/class.FastTemplate.php