Commit graph

12 commits

Author SHA1 Message Date
Jens Frank
421829d4e7 Renaming columns:
ug_gid => ug_group
ug_uid => ug_user
ur_uid => ur_user
as proposed by Mr Vibber.
2004-10-24 09:51:13 +00:00
Jens Frank
bbfc760c1f Rename fields of user_rights and user_groups table to tablename_columnname schema 2004-10-24 09:21:53 +00:00
Antoine Musso
ba2afcd9fa Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
Domas Mituzas
1a61e1f313 change double->single quotes for string literal in sql query 2004-09-03 12:13:53 +00:00
Antoine Musso
90155b8a97 Changing comments layout preparing for generated documentation with Phpdocumentor 2004-09-02 23:28:24 +00:00
Jens Frank
fae0d13929 Split user table into two parts: user and user_rights, for single login. BUG#57 2004-08-24 20:41:07 +00:00
Tim Starling
ac549401d4 * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
* DB_WRITE now called DB_MASTER, DB_READ now called DB_SLAVE
* Converted to use SQL wrapper functions instead of direct SQL in various places
* Experimental method for preserving the chronological order of events when slave servers are used. Untested.
* Fixes to the new post-parse existence test feature
* Some.. other stuff
2004-07-18 08:48:43 +00:00
Tim Starling
b96b707efa OOP calling convention for database functions. DBMS abstraction implemented by means of functions instead of global variables, PostgreSQL object converted to a subclass instead of a drop-in replacement. Also the beginnings of a flexible table name feature. 2004-07-10 03:09:26 +00:00
Antoine Musso
ed023f2160 some comments at top 2004-06-18 13:13:09 +00:00
Antoine Musso
ffea61f99c using LIKE "%sysop%" to allow listing of sysops with other rights. 2004-06-14 11:44:38 +00:00
Antoine Musso
818da99570 sort admin list A->Z 2004-06-14 09:19:17 +00:00
Antoine Musso
059747bac7 Recommiting.
* new special page to list admins
2004-06-13 01:53:14 +00:00