{5} Assigned, Active Tickets by Owner (Full Description) (19 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

dramirez

Ticket Summary Component Milestone Type Created
Description
#222 dates locale are tight with the server configuration core defect 12/14/07

The dates locale have a big tight with the server configuration. If your server doesn't have support for your language the date information (specially month names) are showed in English.

The workaround would be replace the callings to date, strtodate, etc. to something that use gettext.


#267 English Language Syntax core 0.9.3 enhancement 01/13/08

The text on {elgg}/{username}/weblog when the user has not blog entries

You currently don't have any weblog

isn't really great english. How about

You haven't posted any blog posts yet; click on 'Post a new Entry' in the menu above to get started.


misja

Ticket Summary Component Milestone Type Created
Description
#317 Changeset #1551 creates a problem core 0.9.2 defect 02/21/08

Deleting the if condition from /lib/setup.php obliges to tick the 'Remember Me' option to allow an user login.

r1547 r1551 346 346 $_COOKIE['ElggSessionTest?'.$CFG->sessioncookie] = $_SESSIONSESSION?->session_test; 347 347 } 348 if (! isset($_SESSIONUSER?)) { 349 $_SESSIONUSER? = new StdClass?; 350 }

348 349 //@rho Force to reload user data from db 350 $_SESSIONUSER? = new StdClass?;

351 351 352 352 $SESSION = &$_SESSIONSESSION?; // Makes them easier to reference


nobody

Ticket Summary Component Milestone Type Created
Description
#92 Add comment breaking in Firefox on MAC general defect 02/22/07
on a mbp core2duo, notice that when clicking to add comment in threads, the tinymce enabled box breaks the page and misses functions. does not happen in safari at all.

#97 Search returns no results when 1 result exists general defect 03/10/07
Elgg version 0.7, Fedora core 4, PHP 5.0.4, MySQL 4.1.20

When using search (from any page) to search for a single word that appears in the tag field of exactly 1 fm_tags record, no results are returned. I was searching for the word 'frontier' but the same happens for other words as well, when there should be one result.

However when searching for a single word that appears in more than 1 fm_tags record, it correctly returns all matching records.

I think the problem is in the last section of code in search_suggest_tags.php.

thanks
blumer2@gmail.com

#103 There are lots of duplicates in RSS feeds Other defect 05/04/07
When linking an external blog or just adding it to your aggregator, sometimes you get lots of duplicates, retrieving very old posts again. Very annoying.

Example:
http://eduspaces.net/moodlenews/weblog/167213.html (April 29)
http://eduspaces.net/moodlenews/weblog/162442.html (April 1)

And many more, just below them. It happens everywhere when dealing with RSS feeds in Elgg. Very annoying.

#74 Keep comments waiting for approval Weblogs enhancement 01/12/07
I think is is very useful


#75 Universal zones, Header, footer, sides new functionality enhancement 01/12/07
This will allows to keep some areas for advertising. Even if the user changes the theme thru his/her admin section, these zones (areas) protected will be use for the NEWS user to add-delete code (advertising)

#77 Browse users new functionality enhancement 01/14/07
It would be nice to be able to "browse" all users on the system by things like:
age,gender,occupation,marital status also in the "browse" results have the users icon picture present.

#87 extend username character set templates enhancement 01/28/07
I want to use either -, _ or . to add an extension to usernames. I am creating a postnetially very large install and want to create users with a unique extension for  each site. e.g. username.redt

#89 Weblog widgets Weblogs enhancement 02/19/07
Users be able to add widgets to their weblogs with just one click in control panel 

#93 Nuber of Views for a Post general enhancement 02/22/07
I would like to see the number of uique views a post has.  

So for example if you post a question in a community forum, you can see if someone has looked at it yet.

#94 "Commenter only" accounts. general enhancement 02/23/07
I've recently been taking part in an online discussion about blogging for learning. (http://scope.lidc.sfu.ca/mod/forum/view.php?f=148 - I think you have to login to read/ take part)

Quite a significant part of the discussion was taken up with the discussion of differnet tools. 
As I was singing Elgg's praises, I realised one potential issue for users when they have Elgg locally installed. 
Most Universities etc., are likely to limit registration to internal users, though readers can be external. 

If one sets comments to be logged in users only, then the world can see, but not comment on particular posts. It also means that a student couldn't set up, for example, a group for friends from home. 

If there was an account type that just allowed commenting, possibly only obtainable through invitation from / request to the (student)blog owner, then, I'd have thought, the University will be statisfied that external users aren't using up lots of server space, but the blog owner can extend her readership & community to those outside the immediate University environment. 

#113 Edit comments Weblogs enhancement 09/12/07
Reported downstream: https://bugs.launchpad.net/ubuntero/+bug/138893

It's mentioned in the "Getting Started with ELGG" that one cannot edit comments. This should be possible.

renato

Ticket Summary Component Milestone Type Created
Description
#307 Eliminate "virtual friends" (user ident 0) core 0.9.2 defect 02/07/08

Users self-registered or added by admin are friended by "user" with ident 0, so that they get listed in browse mod (and maybe other places?) where queries with inner join are used (which excludes user without friends).

This should be removed, and queries corrected to use left joins instead.


rho

Ticket Summary Component Milestone Type Created
Description
#266 sidebar_remove will not remove all entries core 0.9.2 defect 01/13/08

As I understand it, sidebar_remove with the 2nd param = true will remove all *but* things matching the first option. However, in practice, it don't seem to work.

Test Case, using /mod/folio/view.php (but verified with other pages):

sidebar_add(1,'test','bob'); sidebar_remove('test',true);

All sidebar entries will still exist. Running sidebar_remove without the sidebar_add in front of it will remove all entries. I've gone thru the code, and this doesn't seem to act according to the description of the code.


#205 improve elggadmin module to manage plugin options new functionality 0.9.3 enhancement 12/09/07

Basically, add support to plugins to add options to elggadmin plugin's section

This will help site admin to select plugin's options instead modifying code.


#285 rename the /mod/pages in /mod/content for clarity core 0.9.3 defect 01/23/08

... and also to avoid the confusion with Folio.


timh

Ticket Summary Component Milestone Type Created
Description
#138 Update php-mailer to improved swift mailer core patch 11/08/07

More active and supported than php-mailer

http://www.swiftmailer.org/


Note: See TracReports for help on using and creating reports.