| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
|
|
|
| |
got lost
|
| |
|
|
|
|
| |
user' role to authenticated users. Fixed glitch with udpate path.
|
|
|
|
| |
upgrade path for incorrectly set up databases)
|
|
|
|
| |
upgrading.
|
| |
|
|
|
|
| |
upgrade path.
|
| |
|
| |
|
| |
|
|
|
|
| |
links when using Xtemplate.
|
| |
|
| |
|
|
|
|
| |
drupal.module changes.
|
| |
|
|
|
|
| |
modules, themes.
|
| |
|
|
|
|
| |
lets you figure out whether cron is running (usability improvement).
|
| |
|
|
|
|
|
|
|
| |
1. "int(10)" -> "int", fixed typo in index name [pgsql change only]
2. added defaults for uid and hostname (needed for both)
3. postgres supports "DROP column" syntax
4. added missing DELETEs for new table in poll_delete() and poll_update()
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to fix utf-8 problems and improves consistency with PostgreSQL.
|
|
|
|
|
|
|
|
|
| |
1. fixed problem with long URLs being truncated (and causing errors)
2. added CREATE UNIQUE INDEX to prefix.sh
3. changed totalcount from int to bigint to prevent overflow
4. unifies index names, syncs with database.mysql
Updated changelog.
|
|
|
|
| |
possible to use animated gifs) + removed forum setting.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
installed sites.
There are a number of small optimizations we could add; like, we should never do more lookup queries than the number of unique URL aliases in the database. When the size of the static cache equals the number of unique URL aliases in the database, we can stop doing lookups. I think this could be implemented with a 2-line change. Takers?
|
| |
|
| |
|
|
|
|
| |
API's way of doing things. Tested with help from webchick.
|
| |
|
| |
|
| |
|
|
|
|
| |
form categories and fixed some small glitches.
|
|
|
|
| |
properly.
|
| |
|
|
|
|
| |
primary/secondary links.
|
|
|
|
| |
with '&' in title.
|
|
|
|
|
| |
to 4.7/HEAD. Added two API functions to help write PostgreSQL update
functions.
|