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

Pages: 1 [2] 3
16
1.3-rc / Re: Calendar - Recurring events starting in a future month
« on: March 08, 2009, 01:37:14 pm »
The date format must be changed in lang.js and general.php and it must be like that :
'date format' => 'd/m/Y',
My observation is that it is better to use capital 'Y' at the end.
I have changed all m/d/y in the following files to d/m/y and for now the installation works fine and there are no date mistakes, but it's too early to tell.

There are hardcoded dates m/d/Y format in :
assets/javascript/extjs/ext-all.js
assets\javascript\extjs\ext-all-debug.js
assets\javascript\ogmin.js':

In "imageChooser.js" there is a hardcoded date as well:

var formatData = function(data) {
       data.shortName = og.clean(data.name.ellipse(15));
       data.sizeString = og.clean(formatSize(data));
       data.dateString = new Date(data.lastmod).format("m/d/Y g:i a");
       this.lookup[data.name] = data;
       return data;
    };
Please correct this, i know that this is part of the js framework, but it would be nice if that functions checks for the selected date format as well...
Cheers ...

17
How To's / List of all extensions needed for correct work of OpenGoo
« on: February 26, 2009, 06:27:24 am »
I was wondering if there is a list, or can the developers find some time to compile one of the extensions that are needed for the correct work of opengoo. That way we can install apache and php with only the needed extensions. That way the installation will be as fast as possible and we will not worry for too much updates and exploits. Thanks.

18
How To's / 1.3 beta MyISAM record instead if InnoDB ?
« on: February 26, 2009, 05:57:13 am »
On new installation (1.3 beta) when InnoDB is used for the installation, there is one record that is being created in MyISAM storage type -> og_searchable_objects - is that for some reason or i have done something wrong with my MySQL installation (but it's set InndDB in the My.ini as well ) ?

also about the PDO_MySQL vs MySQL implementation which is better to use, and what advantages one gives over the other, i only know that the PDO is a framework for accessing MySQL DB or other under  PHP, but as i am not a PHP developer and i have not worked with that framework i did not know the advantages that it may provide, and it would be good if the users know.
Thank you.

19
1.2 / Create user from contact not working
« on: February 23, 2009, 02:04:42 am »
It shows -> null
I guess there is an error in the translation, but it does it with all language files/all locals .. probably some misspelled word or something, but i just can't find where the display of Actions tab from the contacts is done ?!?
It would be so nice if someone spend a little time to describe which file is for what functionality, just a quick description, it would be much more easier for the users to fix the problems themselves and just post the solution in here...

20
Ideas / Contacts name not shown
« on: February 23, 2009, 12:46:47 am »
The contact/company name is not show if too many workspaces are added,
can the workspaces be added to another column, or just the name of the contact/company shown first and then the workspaces...

Which file is responsible for the output of the contact columns so we can change the order of display : Names first than the workspaces ?

21
1.2 / Re: Strange blank space, 1.2.0.1
« on: February 22, 2009, 11:16:18 pm »
Same here under Google chrome, it works just fine in IE 7, Opera 9, and Firefox 3
It's the stupid CSS and the browser engines that just wont work in one standard :) Anyway, it suck that OGoo is messed up under Chrome as i tend to like it ( it's quite fast ) , also the horizontal scroll-bars are not showing sometimes in Chrome. It's best to use IE for browser when using OGoo , i guess the developers use IE ( that's strange :) )

The developing team, and the ones that are into the theme management may use plugins or tools that show the application under different browser engines, some of those tools can even make suggestions how to fix some problems with different browsers and css display on them.
But i guess they already use something like that, as there are so little faults in the display of OGoo  under different browsers.
Great development team i must add :)

22
Development / Re: Tine
« on: February 20, 2009, 06:06:38 am »
In my opinion OpenGoo is better structured and more user friendly.  ;)

23
New Community Members / Re: Hi from Bulgaria
« on: February 20, 2009, 05:25:18 am »
I have cleared up the translation and will upload it this weekend,s o in the beginning of the new week a Bulgarian translation for v.1.2 will be probably widely available.

24
Feng Office 1 / Calendar quick add is not showing ?!?
« on: February 05, 2009, 05:53:36 am »
ver. 1.2 RC1 / same in 1.2 beta/beta2 /
When i add something in Calendar directly and not use edit details the new calendar item does not show in the calendar ?!? Any ideas how to fix that.

O.K. i was again a stupid mofo, and hurry to ask before look ... The problem is the DATE format why that MM.DD.YYYY format ?!? and when you quick add it just takes today but when your locale is DD.MM.YYYY it convert it to the other date and sends it to the wrong month/date...

25
How To's / Re: MP3 files can not be uploaded ?!?
« on: January 29, 2009, 07:38:02 pm »
I know about the size restrictions - it's not that ?  Funny ? I will find it, just not have the time right now - i guess it's just me than - it's something in the web server config then ... Thanks

26
How To's / MP3 files can not be uploaded ?!?
« on: January 29, 2009, 04:25:21 am »
I get error message when try to upload an MP3 file, as i somewhere saw that there are strings like : song: ; author : and so on.. I was thinking that there is some functionality that deals especially with music files, but ...
I will check my web serv. settings as i was wrong with the zip function :) i may be wrong again ...

27
How To's / Re: Question : About TAG's and where they are exactly..
« on: January 29, 2009, 04:03:56 am »
thanks, one more very stupid question : is there ready made function for deleting tags and what objects we must pass to it.. I did not have a lot of time to browse  the code yet , but i saw hat there is a delete_tag that wants the tag name and object_id and so on... is there another way for deleting tags, or i just have to make my own function, as i am going for the quick and nasty way of directly deleting the tag with that name in the table :)

28
How To's / Question : About TAG's and where they are exactly..
« on: January 26, 2009, 04:12:16 am »
I have made another app. to delete and modify tags, but i just can not find in which file the tag panel is, the one that is under the workspaces. In 1.2 you can rename the selected tag, i want to add a delete function, but just can not find where that is, i saw that there is a procedure for deleting a tag that is added to specific object, but when you delete all objects the tag is still there, it would be nice if you can delete the tag itself, i just delete the tag from the table, but when i think now it may have implications later to the tagged objects .. hmmm..
anyway the idea is to add a delete tag button near to the sort tag button or even add a whole tag management tab, i just need some help in finding where those things are.. I can add a new tab in the project workspace and write into it, but just can not find the damn tag thing, and it would be much easier just to add delete tag button...Can you please give me some pointers, after all i will do that for all OG users...

29
Caught Exception in AutoLoader : exception 'Exception' with message 'Could not find class file for "ZIPARCHIVE" in
....\environment\classes\AutoLoader.class.php:105 Stack trace#0
....\AutoLoader.class.php(111): AutoLoader->loadclass('ZIPARCHIVE') #1
....\functions.php(33): AutoLoader->loadclass('ZIPARCHIVE') #1
...\application\controllers\FilesController.class.php(1741):__autoload(ZIPARCHIVE'') #3
...
... I am an idiot :) i have not enabled the ZIP module in apache - sorry my fault..
did not delete the post because someone may get the same error, being stupid like me :) Can OpenGoo check if the module is loaded and if not display a message and not throw an error?

30
Architecture / Re: Concern with present architecture/platform
« on: January 21, 2009, 05:56:21 pm »
I think that PHP/Java combination is the best for now.. Perl/Ruby/Python are superb and more powerful but other problems may arrive from using them or frameworks based on them, and you may expect much more community contrib. if you keep the app. as clean as possible. But that is what i think...

Pages: 1 [2] 3