Changeset 143
- Timestamp:
- 01/19/06 18:20:28 (3 years ago)
- Files:
-
- devel/.htaccess (modified) (1 diff)
- devel/includes_system.php (modified) (1 diff)
- devel/units/invite/invite_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/.htaccess
r141 r143 49 49 RewriteRule ^([A-Za-z0-9]+)\/files\/rss\/(.+) _files/rss2.php?files_name=$1&tag=$2 50 50 51 RewriteRule ^([A-Za-z0-9]+)\/calendar\/rss\/?$ _calendar/rss.php?username=$1 52 RewriteRule ^([A-Za-z0-9]+)\/calendar\/rss\/(.*) _calendar/rss.php?tag=$2 53 RewriteRule ^[A-Za-z0-9]+\/calendar\/([0-9]+)\.html$ _calendar/view_events.php?event_id=$1 54 RewriteRule ^([A-Za-z0-9]+)\/calendar\/import\/?$ _calendar/ical_import.php 55 RewriteRule ^([A-Za-z0-9]+)\/calendar\/archive\/?$ _calendar/archive.php?username=$1 56 RewriteRule ^([A-Za-z0-9]+)\/calendar\/archive\/([0-9]+)\/([0-9]+)\/?$ _calendar/archive_month.php?username=$1&year=$2&month=$3 57 58 RewriteRule ^([A-Za-z0-9]+)\/calendar\/?$ _calendar/index.php?context=private 59 RewriteRule ^([A-Za-z0-9]+)\/calendar\/friends\/?$ _calendar/index.php?context=friends 60 RewriteRule ^([A-Za-z0-9]+)\/calendar\/communities\/?$ _calendar/index.php?context=communities 61 51 62 # Some blogging clients probe Wordpress or MoveableType endpoints, 52 63 # redirect them to the Elgg xml-rpc endpoint devel/includes_system.php
r109 r143 91 91 // Weblog 92 92 include(path . "units/weblogs/main.php"); 93 93 // Calendar 94 require(path . "units/calendar/main.php"); 94 95 // File repository 95 96 include(path . "units/files/main.php"); devel/units/invite/invite_actions.php
r136 r143 110 110 email = '$email'"); 111 111 $ident = db_id(); 112 db_query("INSERT INTO calendar " . 113 "SET owner = {$ident}"); 112 114 $owner = (int) $details->owner; 113 115 if ($owner != -1) {
