Friday, April 1, 2011

OpenERP Version 6.0.2 is out!

Looking for any of the standard services like OpenERP Offshore, OpenERP Support, OpenERP Training, OpenERP Development?
- You've been reading the Right name, Serpent Consulting Services, Here we are.


Hi, 
 
We have the pleasure to announce a new release of OpenERP 6.0. 
 
 
This release contains many bugfixes, as described below.

You will find the Windows Installers and the tarball archives on the OpenERP download page,
the links are also mentioned at the bottom of this announcement.

Server:
=======

2011-04-01: 6.0.2
=================

Bugfixes
~~~~~~~~

* Not linked to a bug report:

  * setup.py: previous commit used unexisting variable.
  * setup.py: console option used only on nt.
  * debian: added the debian directory to the manifest and missing dependency python-date to control.
  * Deletion : Deletion of the records which are referring to any xml/csv record,should delete the relevant reference of ir_model_data and ir_values (Ref : Case 4630)
  * ir.model.data.get_object(): raise ValueError when target record does not exist, for consistency
  * orm.unlink(): properly remove ir.values entries upon deletion
  * Base : Currency MUR(Mauritius Rupees) Added(Ref : Case 4492)
  * tools.graph: stop useless recursions to make graph_get() faster
  * Removed deprecated license files (was GPL v3, we are using AGPL v3).
  * orm: _add_missing_default_values: Allowing only valid x2m default values (Ref : Case 4364)
  * res_partner: extend default security rule to show partners from ancestors companies too
  * workflow/print: changed wording for recursive cluster representation.
  * pydot for workflow instance: render only once each subflow.
  * res_company: browse (selectable) companies as superuser when choosing user preferences.
  * ir_rule: forgot to add the id child_of user.company_id rule.
  * res.currency: make code->name change more explicit, plus fix sample currency names
  * ir.attachment: search() must filter out all records that are not accessible
  * ir.cron: avoid starting cron engine too early during server startup when ir.cron records are touched
  * orm.browse_record: fields prefetching should ignore m2o pointing to models not loaded yet
  * Export : _rec_name should be used instead of hardcoded name for relational records (Ref: SaaS Maintenance case 3921)
  * ir_attachment: typo introduced in previous fix (3319) (backport of trunk)
  * addons: restore proper loading of custom osv models (manual customizations) - backport from trunk
  * base: backport from trunk (r3318): fixed ir.attachment

* https://launchpad.net/bugs/704311
  * orm: incorrect braces when processing default values for o2m/m2m (backport from trunk)

* https://launchpad.net/bugs/555271
  * osv_memory: expire records only based on age by default + provide configurable settings

* https://launchpad.net/bugs/703841
  * safe_eval: added time in the allowed modules.

* https://launchpad.net/bugs/708603
  * orm.write: avoid miscalculation of parent_left/right when moving multiple records under same parent

* https://launchpad.net/bugs/709559
  * osv_memory: expire records only based on age by default + provide configurable settings

* https://launchpad.net/bugs/720277
  * act_window access: corrected the access for normal users to read-only.

* https://launchpad.net/bugs/405962

* https://launchpad.net/bugs/706881
  * debian: updated changelog and corrected pg dependency

* https://launchpad.net/bugs/701407
  * setup.py: copying pytz timezone data into the library.zip.

* https://launchpad.net/bugs/727058
  * add missing commands module to py2exe.

* https://launchpad.net/bugs/720175
  * ir_rule: fix the recursive checking of a rule applied to res_company.

* https://launchpad.net/bugs/709567
  * many2one: return (id,name) instead of only id also for osv_memory

* https://launchpad.net/bugs/710813
  * setup.py : typo corrected

* https://launchpad.net/bugs/735554
  * win32 build script works again (fixes lp:735554)

* https://launchpad.net/bugs/719406
  * correct two problems with domains:


Improvements
~~~~~~~~~~~~

* ir_rule: added some test cases.

Addons:
=======

Bugfixes
--------

* Not linked to a bug report:

  * email_template_account : Fixed the Unicode errors(Case 4594)
  * email_template_account : Corrected the fix
  * document : File Content remained empty for old attachments fixed.(Support Case 4586)
  * mrp_operations : Cancelling a Manufacturing Order is Now Possible.(Support Case:4634)
  * Stock : adding some defaults on on_change
  * Stock : adding attrs in order to make the field required
  * Mail_Gateway : Added a condition in order to display message with no subject arising from migration(Ref : Case 4701)
  * Purchase : Added fields to the list view of purchase.report in order to avoid groupby error(Ref: Case 4683)
  * Hr_recruitment : Added survey field to applicant form view (Ref : Case 4748)
  * Stock_invoice_directly : Corrected context parameters and passed to the next wizard of invoicing (ref: case 4703)
  * survey: i18n - fixed duplicate msgid introduced by commit 4238
  * CRM_Helpdesk : Helpdesk categories are not displayed due to context  (Ref : Case 4500)
  * Product : added menu for Price Type (Ref :Case 4492)
  * Membership : Corrected the date evaluation of membership based on membership cancellation (Ref : Case 4452)
  * procurement: notify the procurement there is no default seller for a product
  * product: load the sellers with a valid sequence
  * Stock : Call to write() with integer format of IDS can cause crash on system,normally write should be called with [IDS] format(Ref : Maintenance case 4416)
  * pproduct: extend default security rule to show products from ancestors companies too
  * CRM : Corrected case_close() method in order to avoid variable reference Error. (Ref : Case 4389) NOte that the original problem comes due to web which allows ids=[] on the call of the method
  * add rec_name on account.cashbox.line
  * Hr_payroll_account : Fixed the warnings suggested by Buildbot
  * Warning fixes suggested by buildbot
  * Hr_payroll_account : Payslip approval crashes without notification if Property accounts are not configured
  * Account : Invoice line should contain the product description in notes (Ref : Case 4298)
  * BVR printing
  * share(web): fix commit 4394, action_id should be an integer
  * Base_module_creator : Corrected the action creation of custom report with correct Model. (Ref : Case 4102)
  * document: search() must filter out documents in disallowed directories
  * anonymization: set float and integer values to 0
  * anonymization: removed unused import
  * base_module_record: Return the recording wizard with ir.actions.act_window_close (Ref: Maintenance case 4031).
  * Base_module_record : Module creation should create a file called __openerp__.py instead of __terp__.py
  * share: share wizard would not open in some cases due to view_id not being found in ir_act_window
  * HR : Correction on List view definition for model hr.employee (Ref : SaaS Maintenance Case 3990)
  * outlook use ssl
  * Backport bug solve in trunk + ssl implementation
  * avoid to have lead emails in cc when forward to partner with geo assign
  * Hr_Timesheet : Timesheet report should be available for those employees who have user associated with them.
  * Sale_crm : Correction the inheritance of views,made by string. (Ref:SaaS maintenance Case 3974)
  * Document_ftp : Correction on ftp_browse wizard for URL (Ref : Maintenance case 3889)
  * base_calendar : timezone False sent to server for write
  * widget selection replace by m2o because the domain is dynamic
  * product: name_search() should only look for exact product codes
  * Project_planning : Corrected Demo data
  * Account_payment : Correction on method of functional field for date fields (Ref: SaaS Maintenance Case 3882)
  * Account_payment : Corrected context on creation of new payment line for an unsaved payment order
  * Automated actions: Should never entertain context=None (Ref : Maintenance case 3924)
  * plugin thunderbird : opendocument with https
  * encoding error when using special characters in pad name
  * Stock : Correction on import statement
  * project_retro_planning: correct invalid yml test data, that does not work at the end of the month (backport from trunk)
  * Stock : Allowed unicode characters in wizard of change price [ Ref : SaaS Maintenance case 3916]
  * Thunderbird : false positive on dblist
  * hr, access rights: a simple employee should be able to see the list of departments
  * hr_attendance : Correction on wizard of sign in/out [Ref: SaaS maintenance case 3896]
  * account: invoice analysis enhanced in order to avoid having crashes because of zero division (if a line has qtty = 0..)
  * Thunderbird false negative testing connection
  * crm : stage well assign according to the sales team if there is one, or according all stage if no sales team
  * Product_visible_discount : correction on onchange_product_id (Ref: Maintenance case 3871)
  * thunderbird : connection refused when dabase is not list
  * sale_crm: lower priority to avoid replacing generic Monthly Turnover report views from account

* https://launchpad.net/bugs/724516
  * Purchase : Relevant invoices should be opened in the format of Supplier invoice

* https://launchpad.net/bugs/726415
  * product: name_search should give precedence to product code only on exact match

* https://launchpad.net/bugs/628702
  * MRP : Raw Procurement creates a purchase order with wrong supplier and price(when there are more than 1 suppliers)

* https://launchpad.net/bugs/720175

* https://launchpad.net/bugs/715695
  * Account/Multi-Company Environment :Configuration of consolidated type of account is not possible due to the _check_type constraints(Ref: Case 4006)

* https://launchpad.net/bugs/708405
  * Account : Correction on the calculation of residual

* https://launchpad.net/bugs/718616

* https://launchpad.net/bugs/724198
  * Stock : Creation of invoice from picking should respect the journal and its view over opened invoice

* https://launchpad.net/bugs/729539
  * Stock : 'Split in production lot' wizard should have float format in order to split lot in x.y manner

* https://launchpad.net/bugs/718741
  * Hr_payroll_account : Payslip approval crashes without notification if Property accounts are not configured

* https://launchpad.net/bugs/734273
  * mrp : BoM name now translated  on product's on_change (Support Case:4563)

* https://launchpad.net/bugs/724891
  * Purchase_requisition : Correction on call to write(), Corrected the commit sbh@tinyerp.com-20100709113554-htq4ole8xlezba0w

* https://launchpad.net/bugs/708616
  * Fetchmail: Unicode error corrected on exception

* https://launchpad.net/bugs/709130
  * Hr_Holidays : Refusal of a leave was broken, corrected by changing the datatype of case_id into hr.holidays model ( Ref : Revision 4935 mra@mra-laptop-20110201124038-fwehl3uq7qo3tp6v from branch
trunk-dev-addons3 )

* https://launchpad.net/bugs/709055
  * mrp : Corrected Quantity Calculation when having different UoM in MO

* https://launchpad.net/bugs/705439
  * Mail_gateway : Correction on creation of attachment(For mailgate.message) while sending a communication via email. [ Ref : Maintenance case 3845]

* https://launchpad.net/bugs/727875
  * event lp:727875

* https://launchpad.net/bugs/709275
  * Product : context transmitted as an argument to the call of price_get()

* https://launchpad.net/bugs/688069
  * Email_template : Corrected context of action

* https://launchpad.net/bugs/725921
  * Stock : Physical inventory should respect the quantity change when inventory line has lot assigned

* https://launchpad.net/bugs/719223
  * Product_margin : Added group_by operator fields on list view

* https://launchpad.net/bugs/705570
  * hr_recruitment : Missing dependency of decimal_precision added

* https://launchpad.net/bugs/706227
  * base_tools, marketing_campaign_crm_demo: __init__.py is no more blank

* https://launchpad.net/bugs/700928
  * Stock : While configuring physical inventory, manufacturing lots field should be set mandatory if the product has this attribute True

* https://launchpad.net/bugs/710516
  * Purchase : Destination address should not be restricted to be an address of any partner


Improvements
------------

* Account_voucher : made company_id field visible to multicompany user by shifting it to header panel (Ref: Case 4006)
* Point_of_sale : Improved menu name Cash Register Management


Clients:
========

GTK:
----

Bugfixes
~~~~~~~~

* Not linked to a bug report:

  * m2o search
  * Regression create on revno: 1428
  * merge fix for calender problem and a regression occured at revision 1369.1.59
  * custom_filter: use locale-independent index to distinguis AND/OR operators
  * correction to rev 1789
  * Deleting all records in listview switch to calendar view it still display records
  * missing context in evaluation dict while eval of context and domain
  * export : oblige to put quote around all data

* https://launchpad.net/bugs/699960
  * Many2Many : Activated pager facilty to load all the records

* https://launchpad.net/bugs/705744
  * Confirmation window for save record, don't remove unsaved record on discard change

* https://launchpad.net/bugs/720294
  * Contextual help : Corrected the redirection of documentation

* https://launchpad.net/bugs/708467
  * search_default_* on m2o field by act_window

* https://launchpad.net/bugs/404903
  * Field not found in O2M while delete and add record without saving the parent

* https://launchpad.net/bugs/673775
  * rpc: workaround for Python issue #1223 that breaks SSL connections on Python 2.5-

* https://launchpad.net/bugs/712459
  * cannot marshal None unless allow_none is enabled

* https://launchpad.net/bugs/707333
  * Cannot create database if the server is launch with --no-database-list


Improvements
~~~~~~~~~~~~

* Calendar/graph view: create new record and previous commit 1369.1.59

Web:
----
Bugfixes
~~~~~~~~

* Not linked to a bug report:

  * text_html widget implementation
  * trigger onchange event on fields receiving value from previous onchange
  * Fixed attrs change, not evaluated after on_change events.
  * handling of attrs handling in form view
  * on_close_popup for forms would not update the parent
  * Fixed close_popup for actions. On button clicked form is saved but not updated _terp_id, then need to passed terp_id so after perform action form is updated.
  * breakage of Firefox due to severe headers abuse
  * OPW 4489: correctly handle date and datetime formats in custom filters
  * Fixed custom-filters for wrong date format.
  * correctly validate integers in preferences (opw 4396)
  * Fixed reviewed code.
  * Fixed regular expression for integer when change preferences.
  * form view actions invocation on an unsaved form
  * revert 4456
  * CherryPy requirement to 3.1.2 as there are apparently issues with 3.2 that we have to resolve
  * CherryPy 3.2 officially supports as_dict but moves it to cherrypy.lib.reprconf, try both the new and the old paths
  * search view breakage when switching from/to other views than list view
  * there can be cases in some addons using third-party libs where ajaxComplete is triggered without an xhr on hand (which is pretty weird but...). Don't do anything if that happens
  * Backport, Unexpected closing of popup without performing wizard actions (Ref: Maintenance case 4031).
  * Fixed nested notebook behavior for default page (Ref: Maintenance case 3994).
  * autocomplete or display search popup when clicking outside an edited m2o (as when tabbing out)
  * correctly delay ManyToOne.get_matched calls
  * add the action_id in the Screen environment so it's available for the Share wizard (view_id is not reliable, esp. on ir_act_window)
  * error when validating editable list line via [Return] when field return'ed has onchange (the openerp kind) on it: onchange was called after save()
  * in sortable editable lists, ensure it's not possible do drag&drop a line being *created*
  * revert MonthCalendar click to the MouseUp event: using click(), IE8 would not report the mouse button involved and I don't feel like changing that code much more
  * month calendar: split between mouseUp and mouseDown on day click resulted in the ability to invoke the new event popup without having the correct data set by pressing the mouse button outside the
calendar, dragging the mouse inside the calendar and releasing it
  * actually fix previous commit for real instead of crappy workaround
  * bail out early from List.dragRow if id is missing
  * If the value of a selection field is 'False' (or not found in the selection), set the record value to graph to 'False' instead of not setting it at all
  * perform active_id replacement in context when that context is a dict as well (replace string dict value)
  * Fixed small potential problem in odoo.
  * remove nofilter filter on Mako value output, breaks down trying to decode utf-8-encoded values inserted into the templates
  * display of validation errors on search forms
  * bug 14: error 'list' object has no attribute 'update'
  * Fixed stack with M2O.
  * be tolerant to invalid value from js
  * Fixed problem with odoo and searchs.
  * Fixed potential problem in widgets/listgrid.py.
  * ValueError: list.index(x): x not in list in dragRow
  * reintroduce [clone] helper for jquery.ui.sortable: if not clone()ing, 'click' event handler executes on helper, resulting in edit/view being called from time to time, and the line getting edited
(in editable list) or the object being opened (in readonly view, in non-editable lists) after the sort has executed
  * JS error when reordering list elements via d&d
  * name_get do not crash if invalid id
  * Fix of small potential bug found in odoo.
  * Correction of small problem in odoo.
  * csv.reader only accepts single-character strings, if two characters are provided in import format it blows up
  * revision fme@openerp.com-20110126143844-29w69i47uqzblqyg broke accounting reports
  * correctly use path.addons() to find the addons's directory, don't expect it to be a subdir of cwd
  * Modified Record sum Fields for ListView.
  * Problem with exported data as csv when too few data in list.
  * Fixed m2o issue when create new by press F1.
  * Activate Action of parent tree.
  * Minor changes.
  * Fixed Open Resource for reference widget.
  * Fixed visible,invisible columns as per context.
  * revert revisions 4361 and 4460: 4460 tried to fix 4361 which broke display of readonly forms
  * following 4463, also found in log: sum_fields=','
  * don't make count_sum request when no field is selected
  * 'set as default' on incorrect field ? log with a set as default call on project.project[progress]
  * ID for progressbar displays
  * ensure value of char and text widget are not False values
  * possible search cases where group_by clause in eval_domain_and_context is False rather than an empty list or string.
  * tr not initialized in case of UnknownLocaleError during translation loading
  * Problem with export data as csv when too few data in list.
  * export : oblige to put quote around all data
  * mutable and mutated default argument to search.new accumulating domain pieces on every m2o search and breaking all m2o popups + urls
  * binary image use 'rb' flags when opening the placeholder on windows

* https://launchpad.net/bugs/708567
  * remove default limit (100) on name_search (otherwise clamps total number of listed records in m2o research dialogs to 100)

* https://launchpad.net/bugs/712352

* https://launchpad.net/bugs/717344
  * count incorrect in pager when deleting objects in form view

* https://launchpad.net/bugs/705485
  * Fixed no need to replace id for o2m form view untill parent is not found.

* https://launchpad.net/bugs/729354
  * do not mangle context with current m2o value for non-editable view (no text field in the m2o)

* https://launchpad.net/bugs/714557
  * o2m fields in editable lists

* https://launchpad.net/bugs/706968
  * Security status bar is now shown in IE8 so user is aware of file download blocked by Internet Explorer

* https://launchpad.net/bugs/719433
  * get view_id for a search view from context['search_view'] when it is not provided through the request arguments

* https://launchpad.net/bugs/726491
  * Fixed action for formview when record is not saved.

* https://launchpad.net/bugs/720173
  * disable (readonly) O2Ms nested in unsaved O2M forms

* https://launchpad.net/bugs/703093
  * wrap document title.

* https://launchpad.net/bugs/720113
  * Fixed delete button for listview.

* https://launchpad.net/bugs/721868
  * Fixed handling of global context values correctly in the case of specified home actions

* https://launchpad.net/bugs/720294
  * Contextual help : Corrected the redirection of documentation

* https://launchpad.net/bugs/705749
  * Fixed text widget.

* https://launchpad.net/bugs/715773
  * domain evaluation when field kind is char but actual field type is selection: selections require strict equality comparisons

* https://launchpad.net/bugs/720820
  * form view should not go into edition mode (and - / 1) when deleting the last object of a page

* https://launchpad.net/bugs/699960
  * Fixed ListView concurrencyInfo for firefox header problem. When records limit 500/ unlimited.

* https://launchpad.net/bugs/715485
  * m2o: context values can contain 'self' which is a reference to the current field value, we need to evaluate 'self' (to the current m2o field value) before sending the context to the server

* https://launchpad.net/bugs/704012
  * Fixed one2many when values is in tuple.

* https://launchpad.net/bugs/735933

* https://launchpad.net/bugs/706201
  * Passed context in params for listview button action.

* https://launchpad.net/bugs/714610
  * Fixed search on many2many fields from search view: were validated via form m2m validator which validates id not name

* https://launchpad.net/bugs/721840
  * rename groups in grouped list views to avoid conflict with naming rules of wiki addon (which uses 'group_id')

* https://launchpad.net/bugs/715688
  * context propagation during form action was incorrect and would lead to missing values at evaluation

* https://launchpad.net/bugs/706286

* https://launchpad.net/bugs/705942
  * Fixed many2one when editable listview.

* https://launchpad.net/bugs/724226
  * m2o missing record: don't leave incorrect values in the m2o text field when not creating unknown related object

* https://launchpad.net/bugs/741765
  * handling of selection field with unicode *values* (not labels)

* https://launchpad.net/bugs/718552
  * active_id in domains can be within a list (as a value of a domain section), not just directly at the top level of the section
  * Backport, Fix group_by option if not group_by.

* https://launchpad.net/bugs/702921
  * Fixed context problem when any action perform (not passed context manually with action).

* https://launchpad.net/bugs/717376
  * context propagation during form action was incorrect and would lead to missing values at evaluation

* https://launchpad.net/bugs/705102
  * Fixed type convesion problem.

* https://launchpad.net/bugs/723794
  * context.search_view propagated from parent to m2o search window, leading to trying to find the corresponding search view for the m2o model which is nonsensical. Prevent propagation of search_view


Improvements
~~~~~~~~~~~~

* Improvement in ck_editor.
* Original field type should be kept as it is (if required or readonly), so we can use it when states or attrs applied.
* orderable types list: a time is as orderable as a date
* Improved active_id for domain evaluation.
* clear out the autocompletion list when matching m2o results
* call m2o-value matching (behavior when tabbing out of a field) when clicking outside of the field after having set some kind of value
* move exceptions to openobject.errors, add ability to not trace exceptions to the cgitb traceback tool
* log error tracebacks with cgitb to have more information
* move enabling of nestedvars conversion out of config file, disabling it would probably break the web client
* add cgitb traceback tool and enable it by default
* catch and return message if the parsing of the CSV file fails during import
* jquerify DOM manipulations of MonthCalendar.onClick
* simplify date and time manipulation of MonthCalendar.onClick to make logic more understandable. Also, fix namings
* if no ids in listview, send empty list string
* cleanup TinyForm._convert to better understand what happens in that thing
* Added null-checking for calendar get_defaults.
* Improved _make_dict method.
* Added recursion detection in _make_dict.
* fix indentations (remove tabs), jQ duplicate variable declarations
* Improved Custom filter.

Tarballs:
=========

* Server: http://openerp.com/download/stable/source/openerp-server-6.0.2.tar.gz
* Client: http://openerp.com/download/stable/source/openerp-client-6.0.2.tar.gz
* Web: http://openerp.com/download/stable/source/openerp-web-6.0.2.tar.gz

Windows Installers:
===================

* All In One: http://openerp.com/download/stable/win32/openerp-allinone-setup-6.0.2.exe
* Server: http://openerp.com/download/stable/win32/openerp-server-setup-6.0.2.exe
* Client: http://openerp.com/download/stable/win32/openerp-client-setup-6.0.2.exe
* Web: http://openerp.com/download/stable/win32/openerp-web-setup-6.0.2.exe

You can contribute to OpenERP on LaunchPad.

* OpenERP Download page: http://openerp.com/downloads.html
* OpenObject Project on LaunchPad: https://launchpad.net/openobject
* Translations: https://translations.launchpad.net/openobject
* Bug Reporting: https://bugs.launchpad.net/openobject/+filebug


The OpenERP Team,

_______________________________________________
Mailing list: https://launchpad.net/~openerp-community
Post to     : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp
 
Looking for any of the standard services like OpenERP Offshore, OpenERP Support, OpenERP Training, OpenERP Development?
- You've been reading the Right name, Serpent Consulting Services, Here we are.

 

Thursday, March 31, 2011

ICC Cricket WorldCup 2011 : India Pakistan Match related tweets/messages/statuses collected!

1. Kya BAAT Hai ? 20-Mar-2011 : India Beat 1975,1979 WC winner. 24-Mar-2011 : India Beat 1987,1999,2003,2007 WC winner. 30-Mar-2011 : India Beat 1992 WC winner. Only 1996 WC winner Left............ -- Punit Hadani

2.Breaking News:

Now Indian PM is thinking of Inviting the Srilankan PM,
and the Srilankan PM has Switched Off His Mobile..... -- Jigar Jakasania

3. Wow 1983 calendar & 2011 calendar r same..
Check it...so as like as 1983, INDIA will win the world cup again..... -- Punit Hadani

4. I wish hanuman ji pura lanka ache se jalaye hote to, cup k liye 2 din wait nahi karna padta :P - Shyamli Singh

5. Only Sachin has to decide that when he will throw his wicket..bcz Pak doesn't have the strength to take his wicket... -- Nikunj Jani

6. INDIA HAI SABKI AANKHO TARA, AFRIDI KE BAJ GAYE BARA, BURI TARAH SE MATCH HAI HARA, AB AGLA SHIKAR SANGAKARA. INDIA ROCKS BOLO TARA RARA -- Punit Hadani




7. Semi Final jit gaye, lekin Final abi baki he...

Pakistani ko hara dia, lekin LANKAN abi baki he... -- Mitesh Rathore

8. last night I got many SMS for happy diwali......... i said wait ... abhi lanka jakey ravan jalanedo....... pehle dusserah baad main diwali.... go india JAI SHREE RAAM.... -- Kavan Dave

9. Sheela humari jawaan hai,
Munni humari badnaam hai..
sunn le beta afridi
Jitne runs Sachin ke hain,
Utne square feet ka toh Pakistan hai. -- Darsh Hathi

10. Can anyboday give answer why ICC has arranged WC final on Saturday and not on Sunday....................? Rajni's Robot is on Sunday. -- Hiren Parmar

11. Malinga…We'll shout your name when u'll deliver for “Mumbai Indians”….but today we are “Only Indians” -- Arjav Acharya

12. Kisine sahi bola hai... Motera, Mohali and now Mumbai with MahendraSingh  -- Punit Hadani


13. Why sachin got the man of the match???? he scored 85 runs in 5 inngs with just averg of 17???????? ;) -- Vishal Mehra

14. શનિવાર કા દિન, હનુમાનજી કા વાર, ફિર હોગા રામ કા રાવન કા યુદ્ધ, રાવન કે ૧૦ સર કા ફિર હોગા દશેરા, એન્જોય દશેરા ઓન સેટરડે વિથ ટ્રેડિશનલ ગુજરાતી ફાફડા-જલેબી -- Divyesh Goswami

15. M' is lucky 4 india
M - ms dhoni
M-mirpur india beat bangladesh
M-m chinnaswami stadium beat ireland
M-ma chidambaram stadium beat west indies
...M-motera beat australia
M-mohali beat pak
now next stop
M-MUMBAI- -- Sunil Patel

16. Sachin ka catch chhodne ka anjaam pata hai kya hai !! Match me haar aur thukai alag se... Aur agar usi Sachin ne tumhe thoka to Match me jit alag se aur man of the match alag se.. -- Parthiv Patel



17. Thanks team India for giving Sir Sachin Tendulkar a chance to add their name to world cup victory nd also for 100th 100 in world cup final in his homeground!
Best of luck,Sir nd the team. -- Dr. Pathik Thakkar

18. Afridi, you were excellent. You showed grace and dignity. You won our hearts. Be proud of what you have done in this worldcup. You played well bt India played better :-) -- Priyesh Solanki

19. A TIGHT SLAP on d face of jinnahs,hafiz sayeeds,jehadis,politicians,hindutva saffronists,pseudo secularists-in contest of pride against Pakistan; we have ZAHEER, MUNAF n PATHAN (in fielding) contributing their blood & sweat for team India. (and all 3 played from Gujarat!) that's real victory of our colorful nation against '2 nation theory'.that's d real flavor of India.YE MERA INDIAAAH :) -- Jay Vasavada

20. To all Indians, Saturday(2 April,2011) is the Day of Shree Hanumaanji ! You all are invited to attend 'Lanka Dahan' from 2-30 PM Onwards at Vankhede stadium,Mumbai. Jay Shree Ram! -- Dharmesh Patel

21. ''Is there any direct train to LAHOR from MOHALI ???
I need 11 local 3rd class tickets ....!'':-D
- Afridi.. -- Dirgh Dholakia

22. Confusion !!! Who should be given man (men) of the match award ? Sachin or pak. fielders ? -- Sanjay Jadav

23. Baap baap hota hai, beta beta hota hai - Ankit Patel



24. Sachin is playing on "GOD-MODE"... -- Parthiv Patel

25. Dont worry guys. Nehra is there still there. Waise bhi usse bowling ke liye to team mein nahin liya hai :P -- Kapil Devani

26. દબંગ સ્ટાઇલ મેં ભારત પાકિસ્તાન સે....’’મોહાલી મેં હમ ઇતને ચૌક્કે-છગ્ગે મારેંગે કિ કન્ફ્યુઝ હો જાઓગે કિ બાઉન્ડ્રી પે ખડે હો કિ બોર્ડર પે...!’’ - Jaimin Dave

27. ધોની -> આફ્રિદી ઔર મિસબાહ સે ડર નહીં લગતા સાહબ, નેહરા ઔર મુનાફ સે લગતા હૈ! - Paresh Bhavsar.

28. આફ્રિદી : હમ સચિન કો કિસી હાલ મેં ૧૦૦ નહીં બનાને દેંગે.
મિસબાહ : મગર હમ કૈસે રોકેંગે, વો તો ગજબ કે ફોર્મ મેં હૈ.
આફ્રિદી : હમ ૧૦૦ કે અંદર હી ઓલ આઉટ હો જાએંગે...! -- Paresh Bhavsar

29. દેશ પ્રત્યે નો પ્રેમ જ્યારે ક્રિકેટ મૅચ હોય ત્યારે જ જોવા મળે છે.
પણ જ્યારે કોઈ કૉમ વચ્ચે કે કોઈ કારણોસર દંગો કે બબાલ થાય ત્યારે આમાંથી જ અમુક લોકો દેશ ની સંપતી ને નુકસાન કરે છે, ત્યારે ઍમને ખબર નથી કે પ્રેમ આમાં પણ બતાવી શકાય. -- Navrang Oza

30. Girls..IF a boy tells u that "I can do anything for you"..ask him not to watch Ind-Pak match today...If he does this for u...marry him blindly - Arjav Acharya

31. Girl : 'What can you do for me?'
    Boy  : 'Anything'
    Girl : 'Come to my home on 30th march n 2nd april'
    Boy  : 'Didi, ghar pe jaao, pappa raah dekh rahe hai...' -- Tanmay Vora



32. Semi final Teams:
Came From Group A:
1)Pakistan
2)Newzealand
3)Srilanka
.........
Came from Group B:
India
Jhund me toh kutte aate hain
ek sher hi akela aata hai! -- Ankit Patel

33. It's an Asia cup, not a world cup - 3 out 4 teams are Asian in semi-finals. - Jay Vora

Wednesday, March 30, 2011

10 Things You Should Know Before/While Working in IT

Looking for any of the standard services like OpenERP Offshore, OpenERP Support, OpenERP Training, OpenERP Development?
- You've been reading the Right name, Serpent Consulting Services, Here we are.



Take it Light readers :) No need to be serious!!!

Considering a job in IT? I've covered some of the reasons that perhaps you shouldn't and what could be done about them. But there are plenty of good reasons to consider a career in IT. For example: good pay, better than average job prospects and the chance to work with cutting edge technology. However, there are a few things you should know before you get into the industry. ZDNet's Jason Hiner has compiled a list of 10 dirty little secrets you should know about working in IT.
Please note that Hiner's advice is for people like network administrators, IT managers, and desktop support professionals - not programmers and developers.
  • The pay in IT is good compared to many other professions, but since they pay you well, they often think they own you
  • It will be your fault when users make silly errors
  • You will go from goat to hero and back again multiple times within any given day
  • Certifications won't always help you become a better technologist, but they can help you land a better job or a pay raise
  • Your nontechnical co-workers will use you as personal tech support for their home PCs
  • Vendors and consultants will take all the credit when things work well and will blame you when things go wrong
  • You'll spend far more time babysitting old technologies than implementing new ones
  • Veteran IT professionals are often the biggest roadblock to implementing new technologies
  • Some IT professionals deploy technologies that do more to consolidate their own power than to help the business
  • IT pros frequently use jargon to confuse nontechnical business managers and hide the fact that they screwed up
These about right, and you can read more about each "secret" in the original article. There are two things I'd add:
  • Even though you'll hear a lot about how there are "so many" IT jobs, you and your colleagues will often have trouble finding jobs. Why? Because most of those positions will demand very specific skill sets that are hard to acquire without direct experience
  • Even though the pay looks good, many IT jobs are temporary contracts with no benefits. And you may go months at a time without working (see above).

Career choices for IT Burnouts! (
(Need a career change? 10 options for IT-burnouts )

Disclaimer : Jay Vora is not responsible for the article :)

Monday, March 28, 2011

Java Creator James Gosling is now a Googler : Great move for Open Source and Java


People have been asking the question for months - "Is Google the new Sun?"  Well, you can still argue that the answer is "no," but it just became a tougher argument because James Gosling just told us he started his first day of work at Google. 


The short announcement showed up on Gosling's blog this morning and took the Java world completely by surprise:


"I find myself starting employment at Google today. One of the toughest things about life is making choices. I had a hard time saying 'no' to a bunch of other excellent possibilities.  I find it odd that this time I'm taking the road more travelled by, but it looks like interesting fun with huge leverage."


No word yet on what James will be working on, but I wouldn't be surprised if this job offering is connected to Oracle's lawsuit against Android.  However, I'm sure a vast number of companies were planning on courting Gosling to join their ranks.  It's probably not a coincidence that Gosling has been taking the last year off.  It's possible that he was under a 1-year non-compete contract with Oracle.

Although Oracle likely owns everything that Gosling ever developed at Sun, there may be a way that he can help Google out of its legal wrangling with Oracle.  One of his patents (RE38,104) is part of Oracle's current patent infringement suit.  Of course, I'm not saying that Google didn't also want Gosling's vast programming expertise and creative mind.  I'm sure Google understands that they need to use him as more than just a patent shield - and there's no guarantee that he could actually deflect any of Oracle's infringement claims.

The move surprised some because he was previously critical of Google at the time when Android was first emerging.  He also predicted the problems that Android is having right now with keeping all of the handset makers in line with the open source software.
Congratulations to James on his new job and to Google for a major new hire! I hope it is successful for them both and for the Java community at large. 

Thanks to Raphaël Valyi for the tweet.

ઓ હ્રદય, તેં પણ ભલા! કેવો ફસાવ્યો છે મને !

Today I attended a Gujarati Musical Program at town hall, Gandhinagar sec-17 organized by Shivranjani, performed by Desai Trio (Aasit,Hema and Aalap) and heard a touching Gazal.



Here it is:




ઓ હ્રદય, તેં પણ ભલા! કેવો ફસાવ્યો છે મને,
જે નથી મારા બન્યા, એનો બનાવ્યો છે મને,


સાથ આપો કે ના આપો, એ ખુશી છે આપની,
આપનો ઉપકાર, મારગ તો બતાવ્યો છે મને,


આ દુઃખ ના કાળમાં એને કરું છું યાદ હું,
મારા સુખના કાળમાં જેણે હસાવ્યો છે મને,


કૈં નહોતુ એ છતાં, સૌ એ મને લુંટી ગયા,
કૈં નહોતુ એટલે, મે પણ લુટાવ્યો છે મને,


આમ તો હાલત અમારા બેય ની સરખી જ છે,
મે ગુમાવ્યા એમને, એણે ગુમાવ્યો છે મને,


એ બધા “બેફામ” જે આજે રડે છે મોત પર,
એ બધાએ જિંદગી આખી રડાવ્યો છે મને.
- બેફામ







Saturday, March 26, 2011

Blackberry Playbook Development Workshop in Pune,B'luru,Delhi.



BLACKBERRY PLAYBOOK :: Keynote Speaker - Alan Wong
PuneDelhi
Bangalore
BlackBerry PlayBook provides an exceptional platform for mobile app developers, including Adobe® AIR® and Flash® developers, HTML web developers, corporate developers and application hobbyists. The BlackBerry WebWorks Application Platform lets developers use standard Web tools to create applications that work like native programs on the PlayBook tablet.

Please join BlackBerry's Application Development Specialist Alan Wong and the team, as they showcase the latest on the BlackBerry PlayBook development platform. Register now - Pune - Bangalore - Delhi to participate in the workshop.
Agenda
Pune: 6 April, Wednesday - Hotel Deccan Rendezvous,
            1202/3, Apte Road, Shivaji Nagar, Pune - 411004
Bangalore: 7 April, Thursday - Le Méridien, 28, Sankey Road,
                        P.B. No. 174,Bangalore - 560 052
Delhi: 8 April, Friday - Le Méridien, 8, Windsor Place, Janpath,
              New Delhi - 110001
Time: 9:00am - 1:00pm
Fee: Complimentary
9:00 - 9:10: Alliance overview
9:10 - 9:25: Frenny Bawa address to Developer community (Bangalore) / Playbook Demo (Pune, Delhi)
9:25 - 10:15: PlayBook Development Overview
10:15 - 10:30: Coffee Break
10:30 - 11:15: AIR Development on Tablet OS
11:15 - 11:30: Tea Break
11:30 - 12:15: WebWorks Development on Tablet OS
12:15 - 12:30: Next Steps
12:30 - 13:00: Q&A Session
13:00 - 14:00: Lunch & Networking
14:00: Event Ends
About Alan Wong : Alan Wong is an Application Development Specialist within the Developer Relations team at Research In Motion (RIM). With the responsibility of managing the technical relationships for RIM's developer community, Alan works specifically with developers in the Asia Pacific region to provide support and guidance as developers work to integrate their application to the BlackBerry platform.
What to Expect?
Right now is one of the most exciting times to be developing for the BlackBerry® PlayBook™ tablet. Alan Wong will cover development overview for BlackBerry® PlayBook™ tabletwith hands-on sessions:
  • Be amongst the first to develop apps for the NEW BlackBerry® PlayBook™ and learn about the BlackBerry ®Tablet OS SDK for Adobe® AIR® and using Adobe® Flash® Builder!
  • Get to know how to use BlackBerry® WebWorks™ SDK for Tablet OS to create applications based on web technologies such as JavaScript®, HTML5 and CSS.
  • Get insider information on showcasing your apps on BlackBerry® App World
Who Attends?
BlackBerry® PlayBook™ Development Workshop is designed for BlackBerry developers or partners in India . Whether you're a beginner or master mobile application developer, focused on the business side of app development or offering development services, there's something here for you.
To learn more about this free event and to sign up, please visit: Pune, Bangalore, Delhi
If you have any questions or for more information, please contact Saurabh on (+91)9341065765 or email to:blackberry@saltmarch.com .



Friday, March 25, 2011

ICC Cricket WorldCup 2011 : India-Australia Quarter Final Match Experience : March 24,2011


Akash Oza and I witnessed one of the best matches of ICC worldcup 2011 which ended up in the close finish. The match was full of milestones for different players.
The India Vs. Australia match was quite equivalent οf Brazil vs Germany οr Italy vs Argentina іn a football World Cup a high voltage contest. Sο team winning thе toss was lіkеlу tο hаνе bat initially аnd рlасе thе opposition under pressure bу putting up hugе score οn thе board.

Its India vs Australia quarter final world cup 2011 οn motera pitch ahmedabad guys, and I was among those lucky ones who could manage the tickets.
We all were kееnlу awaiting GOD's 100th century(please don't ask me who the GOD is, shame oon you if you ask so).

An epic battle waѕ expected between four time world champion Australia аnd one οf thе tournament favorite India wіth both team.

Finally, we reached at 1PM sharp and took a seat. The Sun was very much bright and we faced HOT waves badly.
Few metres away, there was a media box and guest room from where commentators and guests watch the game LIVE. We just had reached and were waiting for the toss and I suddenly moved around and saw Little Master Sunil Gavaskar chewing tobacco(Akash said its Manekchand or Rajnigandha). I stood up and pointed with a shout 'Hey Sunny, ho.....' and the whole stand went crazy. We got a good response from him and in no time, we saw Tom Moody, Ravi Shashtri, Sanjay Manjrekar, Ian chappel. Meanwhile, toss was won by Ricky Ponting and we were supposed bowl.. and came Sunil Shetty and appeared in guest box with an unknown(atleast for us) guest.

The crowd was cheering up for Sunil Shetty and were waiting for the match to begin. And I tell you, they watched the whole match live and we used to cheer every wicket of Australia. People came in various attires and most commonly Indian team t-shirts to add some spice to the game and the atmosphere as a result.



And Finally, the match started with new ball given to R Ashwin. As the match progresses, the crowd was cheering every ball and shouting many slogans like 'Sachinnn...Sachin.. tap tap tap', 'Jitega bhai jitega...India Jitega', 'Ponting haay haay', Loosers, cheaters', 'India...India... tap tap tap', and many 'oooooooooo......uuuuuuuuuuuuhhhhhhh' and showing finers and hands to Aus cricketers when they come up to Indian batsmen while bowling.

In my opinion, the match turned slighly to India when Zaheer got the wicket of Mr. Cricket (Michael Hussey) who is an outstanding cricketer of recent times.


Meanwhile, we saw DADA, Saurav Ganguly in the media box for the commentary.

The Warne moment
“Sachin Tendulkar brought the full house to its feet by coming on to bowl the 30 over. Having bowled a full toss on his second ball, Tendulkar might have given the Aussies a false sense of comfort. His next delivery was a perfect slow leg break, straight out of Shane Warne's book. The flight was perfect, luring Ponting to come out, but then it dipped and then it turned square, leaving Ponting, the Indians and the 45,000 fans gasping. “

 


But Ricky pointing was very much determined and rock solid on ground and continued attacking despite of falls of wickets at the other end. He completed his century in the 45th over. He is the only man next to the GOD in most runs in ODI(nearly 5000 runs). Reaching to another century is no doubt a big milestone for him as he is moving near to the GOD. Ponting countered him by shuffling to his right and working the ball with the turn. When he was tired, he had to face the reverse-swing from Zaheer. In the middle, he picked Ashwin's carom ball, and mixed caution and aggression against Yuvraj Singh


A Little note: In the break of AUS-ZIM match, I got a golden chance to meet Legendary Gujarati Music composer shree Gaurang Vyas.


We finally got a target of 261. The first over started with a lot of woooos and uuuuhss as we got Viru little stumbled upon for an appeal of getting caught behind to Lee. It was truly a dream to see the GOD batting like a machine and playing orthodox copybook shots including the viru-related uppercut which went for four to Shaun Tait. In the very next over, Lee bowled 150.0 KPH bowl to the GOD and he drove straight to Cameroon white for no run. Additionally, almost every bowler bowled a wide with same style!!!

The GOD completed his half century in style and sooner was out. He reached to a milestone of 18000 untouchable runs.


Indians played well with the bat and we lost wickets but only with batsmen contributing well to the total maintaining the average of almost 5. Gautam Gambhir reached to the milestone of 3900 ODI runs.
Yuvraj completed his 8000 ODI runs.

India required 93 runs from 101 balls at that stage when we had lost 4 wickets, but they slipped further into the abyss as MS Dhoni got out after looking edgy. He nearly got involved in a run out, had a big swing and a miss against Lee and perished next delivery, cutting to point to leave India needing 74 from 75 balls. It was then that Yuvraj decided to play the World Cup innings of his life.

The batting Powerplay was the final hurdle, but Raina, who gave admirable support to Yuvraj after Dhoni's exit, walloped the first ball from Lee over long-on and Australia's fight evaporated with that shot. Till the end, both the left handers played their role and made India win the match. Look at the way Yuvraj roared after the winning shot. Now we will play against our most awaited opposiotion Pakistan at Mohali for 2nd semifinal.


Harikari of the day
Two overs, four balls, three run-out chances. India needed 94 with six still standing, Ricky Ponting, who could hit a bulls eye wearing a pirate's patch a year ago, squandered the first juicy chance. Yuvraj Singh tapped Mitchell Johnson to the leg side, straight towards Ponting at midwicket. Yuvraj was disinclined to sprint, but his partner Gautam Gambhir was already out off the blocks. He was turned away by Yuvraj, was left stranded out of the crease, but Ponting who failed to pick up the ball cleanly, and when he did, his throw missed by inches.
Two balls later there was more. Yuvraj played all over a fastish David Hussey delivery, and the ball rolled towards the unmanned leg side. Gambhir screamed for a single. Yuvraj, disinterested initially, started and stopped. Gambhir twisted and turned. But Brad Haddin, who had rushed to collect the ball threw to the wrong end. Gambhir, who was left stranded for the second time, walked back to safety. Amazingly the duo had another absolutely identical brain fade off the very next delivery. Gambhir was left stranded and fuming, and this time the Aussies made sure they were not going to let the Indian pair escape. Gambhir walked off shaking his head in disgust and mouthing abuse that would have horrified a few million parents watching with offspring for company.

My Personal note:
It seemed like AUS bowlers had no way to get our left handers out.Even Gautam Gambhir was a run out. :)

Thanks,
Jay Vora.
9879354457.

Tuesday, March 22, 2011

Corporate Mathematics


Google Summer of Code: Call for Projects and Mentors

Since 2005, the Python Software Foundation has been sponsoring Google Summer of Code (GSoC) projects to pair students with mentors from Python-based projects for real-world development experience. We are pleased to announce that the PSF is a GSoC sponsoring organization again for 2011!

Call for Applications

The PSF is accepting proposals from different projects in the Python ecosystem. In order to qualify for PSF sponsorship, projects must be prepared to provide at least three mentors to act as guides for students over the course of the summer. Projects also need a well-defined method of team communication, such as a mailing list or dedicated IRC channel.
In addition to the mentors from the core Python team, several umbrella teams are already involved with the PSF for GSoC. They include:
The number of student positions available for PSF projects is based on the number of project applications received during this phase of the program. So if your project could benefit from participating in GSoC, submit an application!

Students

Currently, the PSF is only accepting proposals from different projects in the Python ecosystem. However, it is never too early for students to be involved!
Students may submit to their GSoC application to the PSF from March 28th - April 8th. Please see the GSoC timeline for the complete program schedule. We encourage students to find a project they are interested in working with before the application period opens. Sending an inquiry to the project's mailing list asking where help is needed is highly recommended.

More Details

The GSoC timeline has the complete program schedule.
For more information, please refer to the PSF GSoC status page.
For further questions, please contact the PSF GSoC 2011 coordinator, Arc Riley.
Fill out an application online to have your project considered.

Thanks to Cedric for the tweet.

Requirements of Content Writers

Requirements of content Writers:
1.

Content Writer :

Job Description:

* Content updating on website

* Preparing Keywords, Meta tags keywords, Meta tags description and page title.

* Preparing of document, presentation, information gathering from internet

* Conduct online research, generate content for various portals and write original creative content.

* Relate with clients on a one-to-one basis to resolve content modifications, additions and for product and industry based information for SEO purposes.

Please send your resume on career.rlweb@gmail.com

Regards,
Ruchita Patel
HR Manager
RL Web Solutions
Ahmedabad
079 -40370380
2.

Hi,

We are looking for someone who has proven experience in Content / Article / Blog writing and some technical know how of today's latest technologies.


--
Thanks & Regards,
Parthiv Patel(parthivgls@gmail.com)

3.
Hi Friends,

LetsNurture is seeking to fill the key positions of Web Designer/Content
Writter in our Team at Ahmedabad Office and we are looking to fill the position
as soon as possible.

Below is detailed information on same.

Designation: Web Designer

Job Description:

* Must have 6 months to 1 Year Experience.
* Must Have Good English Skills.
* Good Knowledge of CSS, HTML, Photoshop, Flash,
* Knowledge of Template design for Joomla, Wordpress is advantage.

Designation: Content Writter

Job Description:

* Must Have Good English Skills.
* Ability to write content independently.
* Knowledge of SEO work is advantage.

Contact:

Please email to hr@letsnurture.com subjected as “Application for the post of Web
Designer/Content Writter” and ask for suitable interview timings. 


4.

We need person with following skills..

* Website Design Coordinators
* Content Writing
* Technical Writing
* Little bit designing knowledge
* Can work on Microsoft Word ,Excel

Please send your resume on job@orail.in

Do not reply this email address. Send CV to above mentioned Email address only.

Contact Person: Marvish Patel
T : (O) +91 261 65 44 771
E : job@orail.in
W : www.orail.in
Venue: 523,World Trade Center,Ring Road,Surat-395002