Commit Graph

1574 Commits (beddc135d268e5d791e2c4061d58ecb9bdfa29c0)

Author SHA1 Message Date
Steven Wittens beddc135d2 New "powered by" buttons. 2002-09-13 21:15:33 +00:00
Kjartan Mannes 3f61d1a354 - adding doctype to basic theme.
- some minor changes to clean up var initialization.
2002-09-11 15:17:49 +00:00
Kjartan Mannes d164384e62 - fixing a typo (was missing a $). 2002-09-10 10:53:10 +00:00
Kjartan Mannes 8f868e2fd9 - adding "Default theme" option to user_admin_edit() 2002-09-08 18:53:09 +00:00
Kjartan Mannes bd650f9f8e - fixing creation of first user.
- password is now printed for uid 1.
- made user_fields() always return something.
2002-09-08 18:48:49 +00:00
Kjartan Mannes ba4363016c - made default locale admin page the search page. 2002-09-08 18:40:29 +00:00
Kjartan Mannes ff801dd111 - removing the "No valid themes enabled" warning. 2002-09-08 18:35:27 +00:00
Kjartan Mannes 455eec7e41 - more short tags. 2002-09-08 18:32:28 +00:00
Kjartan Mannes c766305ce5 - use <?pjp instead of <?. //TODO: check other files to make sure they are
not using short tags.
2002-09-08 18:02:24 +00:00
Dries Buytaert 411bcd552a - Removed the bloggerapi_watchdog() function. 2002-09-01 11:01:07 +00:00
Dries Buytaert 58c9926647 - Another "SELECT... LEFT JOIN... GROUP BY... ORDER BY" by James. 2002-08-26 18:25:05 +00:00
Dries Buytaert 547ac22a73 - Fixed function prototype of db_error(). Patch by James.
One-liners are great! :)
2002-08-26 18:23:29 +00:00
Dries Buytaert b72bb5cfb8 - Fixed typo in CSS. Patch by James. 2002-08-26 18:22:16 +00:00
Dries Buytaert a28f818006 - Changed "$watchdog->message" from type "varchar(255)" to type "text".
Patch by James.  For sake of consistency, I updated the MySQL scheme
  and added a new update entry to "update.php".
2002-08-26 18:18:12 +00:00
Dries Buytaert 3cdfcaf877 - Made two INSERT queries ANSI compliant. Patch by James, slightly modified
by Dries.
2002-08-26 18:13:13 +00:00
Dries Buytaert 5c66243d81 - Committed (a slightly modified version of) PiAir's Blogger API documentation
patch.
2002-08-22 20:24:17 +00:00
Dries Buytaert 15a9b6c503 - Fixed statistics module. 2002-08-22 18:30:39 +00:00
Dries Buytaert 2fe2a123a4 - Removed the unused table and included the sequences table. Patch by
jaa.
2002-08-22 18:21:44 +00:00
Dries Buytaert fd05ff03d6 - Fixed typo. Patch by Marco. 2002-08-21 04:20:06 +00:00
Dries Buytaert 8cae7b072a - Integrated Moshe's documentation (http://www.drupal.org/node.php?id) in
the drupal.module.  Fixed a couple of typos and small inconsistencies.
2002-08-20 20:11:00 +00:00
Dries Buytaert bfe5b85dbd - Applied a (modified) version of Marco's SQL sequence patch. 2002-08-20 19:29:16 +00:00
Dries Buytaert afd87425d9 - Replaced MySQL-ism by its ANSI SQL counterpart. Patch by jaa. 2002-08-19 18:00:50 +00:00
Dries Buytaert c34d77854d - Bugfix: changed the PostgreSQL database scheme of the session field in
the user table.  Patch by jaa.
2002-08-18 15:03:28 +00:00
Dries Buytaert 9df234e63b - Removed a MySQL-ism from the user module. Patch by James.
- Fixed the "uid < 0" issue.  Fix by Marco.
2002-08-18 12:36:02 +00:00
Dries Buytaert 9c0cfb859c - Made James the new PostgreSQL maintainer and marked the PostgreSQL
port as being maintained.
2002-08-18 12:20:41 +00:00
Dries Buytaert 8b9c05d21b - Bugfix: fixed some SQL queries and tidied up many queries. Patch by
Marco.
2002-08-18 12:14:26 +00:00
Dries Buytaert d4a918b806 - Renewed the PostgreSQL database scheme! Patch by jaa. 2002-08-16 07:38:36 +00:00
Dries Buytaert e04f6d2328 - Made the rating module and its SQL table ASNI compliant. Patch by jaa. 2002-08-16 07:37:03 +00:00
Dries Buytaert fc143e79a7 - Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa. 2002-08-16 07:28:27 +00:00
Dries Buytaert 333e47aced - Made sure the selection boxes don't grow too long. Requisted by kika,
patch by Marco.
2002-08-16 07:21:01 +00:00
Dries Buytaert 2c77a38848 - Small cosmetic change to the system module. 2002-08-15 10:26:32 +00:00
Dries Buytaert 42abfd001c - Commited kika's usability patch for the help module. 2002-08-15 10:24:41 +00:00
Dries Buytaert 6f9b79b826 - Updated the URL with installation instructions. 2002-08-15 07:16:06 +00:00
Dries Buytaert d102bf73e3 - Reverted module.inc to the old module_invoke() function. 2002-08-15 07:14:37 +00:00
Dries Buytaert 343437e750 - "module_invoke()" and "module_invoke_all()" can now be called with any
number of arguments.  Patch by Gerhard.
2002-08-14 17:59:43 +00:00
Dries Buytaert cc0980ec6b - Bugfix: moved the delete query down. Patch by Marco. 2002-08-14 17:53:44 +00:00
Dries Buytaert e0357857c0 - Added indices for the poll module. Patch by Marco. 2002-08-11 20:02:32 +00:00
Dries Buytaert f5173ef233 - Applied user.module patch from Marco's sandbox.
- Added profile.module written by Marco.
2002-08-08 18:52:55 +00:00
Dries Buytaert b8c815d245 - An attempt to solve drupal_goto() in presence of session IDs. 2002-08-08 18:24:53 +00:00
Dries Buytaert c3e91ce889 - Patch by kika: "If a module is disabled on the "site configuration
> modules" page, its operations (view, admin) should not be
  clickable (they should be present though, but as static text).
2002-08-08 18:16:03 +00:00
Kjartan Mannes 80aca19a61 - removing cvs table definition. 2002-07-31 08:25:48 +00:00
Kjartan Mannes ec59398791 - feed table should have not null defined for refresh and timestamp. 2002-07-31 08:14:25 +00:00
Kjartan Mannes bb19e0bb45 - fixing email regular expression. 2002-07-31 08:01:34 +00:00
Kjartan Mannes 12bc70569e - preventing a segfault in PHP. Can someone verify that session writing still works? 2002-07-26 10:28:55 +00:00
Kjartan Mannes 5f7e2f7ae0 - increased the "Authored by" field to max 60 chars to fit the length of valid
usernames.
2002-07-21 18:14:35 +00:00
Dries Buytaert 36fca09232 - Added missing t() functions. Patch by Ori. 2002-07-13 17:56:54 +00:00
Dries Buytaert ef03e6a36c - Fixed small bug in user.module. Patch by Marco. 2002-07-13 13:03:44 +00:00
Dries Buytaert c3a60df58b - Patch my Marco: "session in my users table is actually varchar(32), which is small. locale data was greater and so was not correctly recorded. strangely, update_11() in update.php reads: update_sql("ALTER TABLE users ADD session TEXT;"); but in database.mysql.inc, line 496 session varchar(32) NOT NULL default '', so the update fails." 2002-07-13 13:01:47 +00:00
Dries Buytaert e1e75f5bcb - Update the existing variables. 2002-07-07 15:41:03 +00:00
Dries Buytaert b5c56be324 - Made it possible to store arrays in the variables table. Patch by Marco. 2002-07-06 13:30:26 +00:00