Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nexxer

Pages: [1]
1
Feature requests / Default task assignee = self
« on: March 23, 2009, 11:05:28 am »
Hello,

I find that I add alot of tasks that I assign to myself. It could be convenient to have "Me" as the default setting in the task combobox instead of "Don't assign", which also promotes better project management practices by not having unassigned tasks and making you think about who should do something the moment you add it.

Cheers,
Fanis

2
1.3-beta / Calendar import/export button title
« on: February 28, 2009, 03:31:32 pm »
..is "Contacts import and export"

This is because the entry in lang.js:

'import - export': 'Contacts import and export'

is used as the tooltip in both ContactManager.js and CalendarToolbar.js

   imp_exp: new Ext.Action({
      text: lang('import/export'),
           tooltip: lang('calendar import - export'),

This is fixed by adding a new entry in lang.js,

'calendar import - export': 'Calendar import and export',

and using that as the tooltip in CalendarToolbar.js.

Cheers

3
1.2 RC2 / typo "file fize" in ImageChooser.js
« on: February 16, 2009, 11:14:44 am »
line 105 in public/assets/javascript/og/ImageChooser.js

data : [['name', lang('name')],['size', lang('file fize')],['lastmod', lang('last modified')]]

should be "file size" not "file fize". It can't find that string in lang.js so it shows an error in the imagechooser filter dropdown.

Cheers

Pages: [1]