Ticket #124 (closed task: fixed)

Opened 10 months ago

Last modified 9 months ago

Clean up code: Move code from units to mod

Reported by: dramirez Assigned to: dramirez
Priority: highest Milestone: 0.9
Component: core Version:
Severity: normal Keywords: refactor, plugins
Cc: Patch Included:
Review Stage:

Description

Move the code from units to mod to have an uniform way to contribute code to elgg core.

Change History

11/05/07 19:07:19 changed by dramirez

Moved from units to mod:

  • activity
  • admin
  • community
  • friends
  • display
  • file
  • gettext
  • icon

11/05/07 19:08:56 changed by dramirez

  • owner changed from misja to dramirez.

(follow-up: ↓ 9 ) 11/05/07 19:56:10 changed by dramirez

Moved from units to mod:

  • invite
  • search
  • groups
  • xml

11/05/07 21:57:27 changed by misja

  • milestone set to 0.9.

11/20/07 14:22:48 changed by dramirez

Misja moved tynymce on r1295 and rpc on r1287

11/20/07 14:23:12 changed by dramirez

  • keywords set to refactor, plugins.

11/20/07 14:28:58 changed by misja

Moved rpc in r1298

11/21/07 11:42:47 changed by dramirez

Moved from units to mod:

  • users
  • profile
  • template

in r1301

(in reply to: ↑ 3 ) 11/30/07 15:32:10 changed by misja

Replying to dramirez:

Moved from units to mod: * invite * search * groups * xml

Invite isn't activated properly nor does the rewrite rule currently work? (checked with r1318)

(follow-up: ↓ 11 ) 11/30/07 15:35:59 changed by dramirez

Did you update your htaccess with the repository version? There is a conflict between the profile rule and the some of the invite rules. Please check that you r htaccess file looks something like:

# Invite
#########
RewriteRule ^invite\/$ mod/invite/index.php
ReWriteRule ^invite\/join\/([A-Za-z0-9]+)$ mod/invite/join.php?invitecode=$1
ReWriteRule ^register$ mod/invite/register.php
RewriteRule ^forgottenpassword$ mod/invite/forgotten_password.php
RewriteRule ^newpassword\/([A-Za-z0-9]+)$ mod/invite/forgotten_password.php?passwordcode=$1

RewriteRule ^([A-Za-z0-9]+)(\/)?$ profile/index.php?profile_name=$1

(in reply to: ↑ 10 ) 11/30/07 15:40:16 changed by misja

Replying to dramirez:

Did you update your htaccess with the repository version? There is a conflict between the profile rule and the some of the invite rules. Please check that you r htaccess file looks something like: {{{ # Invite ######### RewriteRule? invite\/$ mod/invite/index.php ReWriteRule? invite\/join\/([A-Za-z0-9]+)$ mod/invite/join.php?invitecode=$1 ReWriteRule? register$ mod/invite/register.php RewriteRule? forgottenpassword$ mod/invite/forgotten_password.php RewriteRule? newpassword\/([A-Za-z0-9]+)$ mod/invite/forgotten_password.php?passwordcode=$1 RewriteRule? ([A-Za-z0-9]+)(\/)?$ profile/index.php?profile_name=$1 }}}

Yes, looks the same, I can't access the urls. Plus the invite people link is missing.

12/06/07 02:36:44 changed by rho

  • status changed from new to closed.
  • resolution set to fixed.

completed in [1378]