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 - chekka

Pages: [1]
1
Older versions / Dates at custom report
« on: November 13, 2009, 11:15:50 pm »
hi,
if I build an custom report in which I want to find all task within a specific time range, the displayed start an due date is wrong. Both values are the actual date.

OG 1.6 b2

2
Feature requests / Changing Personal Workspace
« on: October 02, 2009, 05:09:51 am »
Would be great if admin and/or user could change the personal workspace afterwards.

Thanks,
Hannes

3
Older versions / Query failed with message 'Duplicate entry ...'
« on: September 11, 2009, 09:00:42 am »
Does not know if this belongs to the same issue like this http://forums.opengoo.org/index.php?topic=2389.0 because my actual 1.5.3 installation works fine ...

... but

from time to time I get an »duplicate entry« error if I try to create a new task.
If this error occurs, the I find the same situation if I try it with Safari.

As mentioned, this error comes not regularily but every few day.

This is the error message:
"Query failed with message 'Duplicate entry '19-ApplicationLogs-1701' for key 1'"

If I try it again, so the number at the end of this line counts up (1702, 1703 ... etc.)

But something astonishes me: If I look via phpMyAdmin into the »application_logs«
table, there is no entry with this id (1701). The id of the last entry is a smaller.
After »TRUNCATE TABLE« in phpMyAdmin I get the same error message,
but now with id 1!

If I log off and in again, the task can be created without any problems

This ist not correct, but true ist, that after a while, if I have made some other things in OG that editing the same entriy works without any complications.

---------

FF 3.5.2  AND Safari 4.0.3
OS X 10.5.8

4
Ideas / detailed information in main area on empty results
« on: September 10, 2009, 05:37:21 pm »
If there are no results in tasks after selecting an workspace and/or
an tag a message appears under the toolbar: »No tasks to display«

It would be great if the message would be a little more detailed, like
»No tasks in workspace "WORKSPACE" with tag "TAG" to display«,
so it is easier to see, if the empty result depends on a tag selected
by mistake or an wrong workspace.

Thanks,
chekka

5
Ideas / Including fck_editor style into file preview
« on: September 09, 2009, 10:42:47 am »
Hi folks, how about that:

I was asking me why previewing and editing files does not use the same styling. So, I included the fck_editor stylesheet into »application/controllers/FilesController.class.php«, so that I have the same styling while previewing and editing html files.

I inserted following lines after line 1916:

Code: [Select]
// Include stylesheet from FCK Editor
echo '<style type="text/css">';
require_once('./public/assets/javascript/fckeditor/editor/css/fck_editorarea.css');
echo '</style>';

6
How To's / Spreadsheets / GelSheets
« on: August 16, 2009, 02:03:35 pm »
Hi to all Developers!
I saw that spreadsheets was inplemented in 1.5 beta but taken out for 1.5 final.

I can see the ”public/assets/javascript/gelSheet“ folder in any installation, but spreadsheats are only available in 1.5.beta.

Please tell me: how can I use GelSheets in 1.5.2 (... even if it’s alpha).

Many thanks,
chekka


7
Installation problems / SOLVED --> Duplicate entry 'ProjectTasks'
« on: August 06, 2009, 05:49:37 am »
Upgrading 1.4.2 to 1.5.x gives me an error: Duplicate entry '5-ProjectTasks-1' for key 1

DB is upgraded but opengoo do not work anymore.
Only solution is to downgrade to 1.4.2

Isn’t there an other way to export an reimport the data from an older installation but upgrading?

Pages: [1]