Mercurial > hg > soundsoftware-site
annotate .svn/pristine/0d/0dc6f2999aebfb473b433b9a22bddd8917c60616.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 11 Sep 2014 10:24:38 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 # $Id: ldif.rb 78 2006-04-26 02:57:34Z blackhedd $ |
Chris@909 | 2 # |
Chris@909 | 3 # Net::LDIF for Ruby |
Chris@909 | 4 # |
Chris@909 | 5 # |
Chris@909 | 6 # |
Chris@909 | 7 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. |
Chris@909 | 8 # |
Chris@909 | 9 # Gmail: garbagecat10 |
Chris@909 | 10 # |
Chris@909 | 11 # This program is free software; you can redistribute it and/or modify |
Chris@909 | 12 # it under the terms of the GNU General Public License as published by |
Chris@909 | 13 # the Free Software Foundation; either version 2 of the License, or |
Chris@909 | 14 # (at your option) any later version. |
Chris@909 | 15 # |
Chris@909 | 16 # This program is distributed in the hope that it will be useful, |
Chris@909 | 17 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
Chris@909 | 18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
Chris@909 | 19 # GNU General Public License for more details. |
Chris@909 | 20 # |
Chris@909 | 21 # You should have received a copy of the GNU General Public License |
Chris@909 | 22 # along with this program; if not, write to the Free Software |
Chris@909 | 23 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
Chris@909 | 24 # |
Chris@909 | 25 # |
Chris@909 | 26 |
Chris@909 | 27 # THIS FILE IS A STUB. |
Chris@909 | 28 |
Chris@909 | 29 module Net |
Chris@909 | 30 |
Chris@909 | 31 class LDIF |
Chris@909 | 32 |
Chris@909 | 33 |
Chris@909 | 34 end # class LDIF |
Chris@909 | 35 |
Chris@909 | 36 |
Chris@909 | 37 end # module Net |
Chris@909 | 38 |
Chris@909 | 39 |