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 - Reza Faghihi

Pages: [1] 2 3 4
1
Ideas / Re: Change staff?
« on: December 04, 2011, 10:18:54 pm »
at first i dont find the post appropriate because it seems onkeltem approach to problems is not correct
once our company is seeking for collaborating software we spend enormous time to evaluate softwares
we have been working with soultion like hyperoffice.com or even extending groupware sofwares like Groupoffice.com from intermesh  .
now we are working on feng office and our company on fengoffice we almost re factor whole code that i'll explaint later.
there is cons and pros for feng
first you should know feng was started as personal project for phd these of its lead developer so its not build as enterprise software from beginnig but it keep grows if you review code carefully you could see many case of code duplication or experimental codes for example on our working copy 1.7.4 there is un implemented function for charts  But after we find feng office most valueable as base for our projects first .
.po files for example make it greate for translation or there is tons of issues in frontend engineering some of them caused by old and obsolete Exjs 2 and but i find it still more suitable for us . second of all for god sake its free software you get this much for free and still complain   we almost invest more than 40000$ for refactoring feng base and add new features i think feng core still save us around this number as base framework so its worth it
feng pros
-----------------------------
1-rich interface ui
2- complete collaboration set of functionality free of charge ( email - note - project management- document manager -and ....)
3-support for webservices
4- nice logic in linking objects
5-easy to setup and config

cons
1- no plugin support yet
2- not well documented
3- using old extjs for frontend
4- no test engine

2
Community Contributions / Re: New Calendar Widget
« on: October 21, 2011, 11:00:44 pm »
hi it seems the attached file is incomplete

3
Development / Re: major development on feng office
« on: October 21, 2011, 10:04:46 pm »
@ Jeffery our code still is not included in main project .
and our version has some limitation duo to nature of what we need our version will only install on linux server and workflow branch still not merged in our trunk we can setup demo for anyone who interested but we can provide source code only to feng official developers cause  we are still consulting about how we should publish our source code to public .

4
How To's / Re: FengOffice 2.0 & Email Module
« on: September 11, 2011, 03:43:07 pm »
new version looks sleeker but it is obvious its on early stages of development and some features may be not ready even for the testing

5
Getting Started / Re: Customizing Ckeditor
« on: September 11, 2011, 03:35:00 pm »
hi as Fransisco said
you can edit those 2 files in views you here is example of changes that we have done
    /* change color reza ?*
    // TODO make this configurable
     */
   uiColor: '',
   height: (h-60) + 'px',
   enterMode: CKEDITOR.ENTER_P,
   shiftEnterMode: CKEDITOR.ENTER_BR,
   disableNativeSpellChecker: false,
   language: 'fa',
    contentsLangDirection:'rtl',
   customConfig: '',
   
   toolbar: [
            ['Source','-','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt','-',
            'Undo','Redo','-','Find','Replace','-','SelectAll', '-',
            'Format','Font','FontSize'],
            '/',
         
            [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ,'-','Maximize', 'ShowBlocks','-','CreateDiv'],
            '/',
            ['Bold','Italic','Underline','Strike','-','Subscript','Superscript','-',
            'NumberedList','BulletedList','-','Outdent','Indent','Blockquote','-',
            'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl','-',
            'Link','Unlink','-','Maximize','-',
            'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','-',
            'TextColor','BGColor','RemoveFormat','Indent1', 'Indent2', 'Indent3']
         ],

   skin: 'kama',
   keystrokes: [
      [ CKEDITOR.ALT + 121 /*F10*/, 'toolbarFocus' ],
      [ CKEDITOR.ALT + 122 /*F11*/, 'elementsPathFocus' ],

      [ CKEDITOR.SHIFT + 121 /*F10*/, 'contextMenu' ],

      [ CKEDITOR.CTRL + 90 /*Z*/, 'undo' ],
      [ CKEDITOR.CTRL + 89 /*Y*/, 'redo' ],
      [ CKEDITOR.CTRL + CKEDITOR.SHIFT + 90 /*Z*/, 'redo' ],

      [ CKEDITOR.CTRL + 76 /*L*/, 'link' ],

      [ CKEDITOR.CTRL + 66 /*B*/, 'bold' ],
      [ CKEDITOR.CTRL + 73 /*I*/, 'italic' ],
      [ CKEDITOR.CTRL + 85 /*U*/, 'underline' ],

      [ CKEDITOR.CTRL + 83 /*S*/, 'save' ],

      [ CKEDITOR.ALT + 109 /*-*/, 'toolbarCollapse' ]
   ],
   filebrowserImageUploadUrl : '<?php echo ROOT_URL ?>/public/assets/javascript/ckeditor/ck_upload_handler.php',
   on: {
      instanceReady: function(ev) {
         og.adjustCkEditorArea('<?php echo $genid ?>');
         editor.resetDirty();
      },
      selectionChange: function(ev) {
         var p = og.getParentContentPanel(Ext.get('<?php echo $genid ?>ckeditor'));
         Ext.getCmp(p.id).setPreventClose(editor.checkDirty());
      }
   },
   entities_additional : '#39,#336,#337,#368,#369'
});

you can change skin and localization for more info u can see
h**p://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbar
 

6
فارسی / Re: Official translation to Persian
« on: September 11, 2011, 03:30:55 pm »
after almost more than a year of hard work finally we are pleased to announce that persian localization is done 100 % + we started new fork project for persian users due to changes that we need todo in core so u can now have 2 way to choose
1-feng office + full rtl theme + full language translation but the persian calendar is not fully compatible
2- feng office persian fork so you can have all features that is listed  above + persian cal both native extjs cal + reesecal persian + sms integreation with magfa gateway

files are to big to attach here I'll post their links later

7
Development / Re: feng + online edit + multiple file upload
« on: July 28, 2011, 05:41:55 am »
our server was down for about 5 hours you can check it now

8
Development / feng + online edit + multiple file upload
« on: July 27, 2011, 06:44:39 pm »
h***://204.93.197.108/manchester/html

user: demo
pass: demo123
 please navigate to document section
press new -->multiple file upload
!!! you need JRE to use these features

in every row you will see on e the new edit button after clicking that button your browser prompt for open or save use open and open it with jre now it automaticly opens the associated program on your machine if you save your changes it automaticly save it on web on the fly and add revision

9
Development / major development on feng office
« on: June 20, 2011, 01:44:21 pm »
hi to every one
i wasn't active on forum for last 2 month cause we been busy to develop new features on feng
now we can proudly announce we  have implemented so many cool features inside feng
our new features includes
1-on the fly editor for any kind of format . with our solution you can edit any type of file like .xls .psd .dwg  any format you think of seamless with feng and keep track of your changes    via feng revision system
2- adding phpunit testing inside framework
3- add new project management
4- multi calendar support no you can choose to work with Persian calendar or hijri or any other + keeping Gregorian cal
5-new project managment
6- workflow
7-integration with asterisks
and ...
i'll post a video of on fly editor soon and this features may be available on feng sky services depends on fengoffice core team decision 

10
فارسی / Re: دسترسی ها و مجوز ها در فنگ
« on: April 26, 2011, 04:15:12 pm »
با سلام دموی نرم افزار در این نشانی هست
http://demo.persianfeng.com
user:demo
pass:demo123
می توانید از این دمو استفاد نمایید و امکانات سیستم را مشاهده نمایید

11
فارسی / Re: persian community site is launching
« on: April 26, 2011, 03:39:02 pm »
here is persian demo
http://demo.persianfeng.com
user:demo
pass:demo123

12
فارسی / Re: persian community site is launching
« on: April 12, 2011, 11:53:36 am »
hi Fransisco
i dont think so

13
فارسی / Re: persian community site is launching
« on: April 05, 2011, 03:44:58 pm »
tnx bamdad.
 now bamdad actually joined our team and we starting work together

14
فارسی / Re: دسترسی ها و مجوز ها در فنگ
« on: April 05, 2011, 03:42:41 pm »
با سلام وتبریک سال نو به شما
 سطوح دسترسی بروی پروژه فنگ به صورت کامل پیاده سازی شده  ودقیقا همین موردی که شما فرمودید را می توان اجرا کرد

15
فارسی / Re: using jalali date in Feng
« on: February 24, 2011, 06:32:07 pm »
dear saman this my email
address: datairan@gmail.com
and our tel : 02122831616
you can call by phone line everyday between 9 am to 5 pm i apologize if we droped your email we had some difficulty with our server during past two week you should probably know that internet connection also was a mess in the region in past two week ;)

Pages: [1] 2 3 4