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.


Messages - claudio

Pages: [1] 2 3
1
Feature requests / Links in reports
« on: February 24, 2010, 12:48:28 pm »
Hello

In 1.5.2, when you generate a report, a link to the related object was automatically created.
In 1.6.1, I could not find a way to create a link to the object.

Please, restore this usefull feature !!!.

Regards.
Claudio.

2
Older versions / Lost Features (Version 1.6.1)
« on: December 28, 2009, 09:42:02 am »
Hello

This features stopped working between version 1.5.2 and 1.6.1

Work Area selector
In 1.5.2, clicking on the link "All" (just to the right of the main icon OpenGoo) it expanded the list of  "work areas".
In version 1.6.1 does not work.

Links in Reports
In 1.5.2, when you generate a report, a link to the related object was automatically created.
In 1.6.1, I could not find a way to create a link to the object.

Regards.
Claudio.


3
Older versions / Error "undefined variable" (Version 1.6.1)
« on: December 28, 2009, 09:25:56 am »
Hello.

This is a problem that I've solved it and I want to report.

A message of  "undefined variable" was generated in log.php for
/var/www/www.in3.com.ar/html/goo/application/functions.php" on line 454

I've changed
      $option = UserWsConfigOptions::getByName($option);
by
      $option = UserWsConfigOptions::getByName($option_name);

Regards

4
Feature requests / Re: Formatting Text in Comments
« on: November 07, 2009, 08:20:15 am »
Thanks Carlos !!!

5
Feature requests / Re: Collapse/Expand on Comments
« on: October 23, 2009, 11:50:01 am »
Hello !!!

Please, take a look at http://forums.opengoo.org/index.php?topic=1616.0

Regards, Claudio.

6
Feature requests / Re: Formatting Text in Comments
« on: October 23, 2009, 11:48:31 am »
Hello !!!

At the request of Conrado and Cabeza, I will show you how I implemented my version of Wikitext in OpenGoo. (Reference: http://forums.opengoo.org/index.php?topic=2909)


The trick.
I added at the end of the file /environment/functions/general.php , the code shown at:
http://www.in3.com.ar/pub/og_general.php.html

I search all the files in the OpenGoo code containing a call to any combination off convert_to_links(nl2br(clean(...))) and replace these calls by custom_wiki2html as in http://www.in3.com.ar/pub/og_use_sample.php.html


The code.
The function custom_wiki2html checks if the text to display begins with #!wiki .
In this case, it process the text with de method wikify of the class wiki2htmlController (http://www.in3.com.ar/pub/og_Wiki2HtmlController.class.php.html)

This class implements the WikiParser module (http://www.in3.com.ar/pub/og_WikiParser.php.html) based on code I found at http://wiki2cool.kalfane.org/

The WikiParser module works in combination with a CSS shown at: http://www.in3.com.ar/pub/og_custom.css.html


I think it would be a good idea to replace all calls to convert_to_links (nl2br (clean (...))) and similar by something like "format_text", "display_text" or the name that you like, to make easier adding plugins to format comments, descriptions, and other texts.

That's all
Enjoy !!!

Regards, Claudio.


7
Feature requests / Re: Formatting Text in Comments
« on: October 18, 2009, 09:23:24 am »
Hi people.

I apologize for not answering the posts, but for some reason I have not received notifications of new comments.
Soon, I will reply back to your comments.

Regards, Claudio.

8
Feature requests / Re: Collapse/Expand on Comments
« on: October 18, 2009, 09:09:39 am »
Hi Conrado.

This issue was treated in the post http://forums.opengoo.org/index.php?topic=1616.msg6208#msg6208.
For some reason, I did not receive notifications of the comments in that post, so I just read all posts about that.
   
Do You seem appropriate to continue treating that there?
   
I could write an explanation about the implementation and post a link to the source code (surely I will not have enough time to prepare as it ought to show it publicly, but I have no problem to share it as is)

Regards, Claudio.

9
Feature requests / Re: Collapse/Expand on Comments
« on: October 17, 2009, 08:19:28 am »
No hay problema  ;D

¿No entendí bien cuál hack es el que querés que pase?

Saludos.

10
Feature requests / Re: Mobile devices - Sponsorship opportunity
« on: October 10, 2009, 09:37:24 am »
I mobile versión of OpenGoo could be nice, but I think that to dial a phone number from a OG Contact  will not be easy to implement.

I believe that Phones requiere synchronization by nature.

11
Feature requests / Re: Smarter popup messages
« on: October 08, 2009, 07:44:59 am »
I see you've found a good bussines in the Software world!
   
I have no idea how to send a beer from Argentina, but you can count on my desire to treat you one.

Regards

12
Feature requests / Re: Smarter popup messages
« on: October 05, 2009, 08:02:38 am »
Thank you Pet.
You always support my ideas.
Regards.

13
Feature requests / Smarter popup messages
« on: October 04, 2009, 10:26:38 am »
   
When you've used Outlook , ReminderFox or other reminder system notifications you really miss the ability to interact with notifiers in the same way in OpenGoo .

I think that should not be too difficult to add to the "popup reminders" of OpenGoo options such as:
- OK
- Defer X minutes, hours or days.
- Open the related item.

What do you think about it?

14
Feature requests / Re: Collapse/Expand on Comments
« on: October 04, 2009, 08:23:52 am »

I vote by 3 lines (my WikiText module has only "#!wiki" on the first line   ;))

15
Feature requests / Collapse/Expand on Comments
« on: October 03, 2009, 10:20:32 am »
Hi !!!

I am an intensive user of descriptions and comments, especialy in Tasks and Notes..

In fact, I have added a WikiText component to desciptions and comments.
One thing I would like to add to the comments in OpenGoo, is a Collapse / Expand button to each comment, something like I found in this sample:

http://www.dustindiaz.com/basement/block-toggle.html

What do you thik about this?

Regards, Claudio.

Pages: [1] 2 3