~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to components/fpweb/demo/fptemplate/sessions/cookiesessions-login/apache/mod_cookiesession.lpi

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<CONFIG>
3
 
  <ProjectOptions>
4
 
    <PathDelim Value="\"/>
5
 
    <Version Value="7"/>
6
 
    <General>
7
 
      <MainUnit Value="0"/>
8
 
      <TargetFileExt Value=".exe"/>
9
 
      <UseXPManifest Value="True"/>
10
 
      <ActiveEditorIndexAtStart Value="0"/>
11
 
    </General>
12
 
    <VersionInfo>
13
 
      <ProjectVersion Value=""/>
14
 
      <Language Value=""/>
15
 
      <CharSet Value=""/>
16
 
    </VersionInfo>
17
 
    <PublishOptions>
18
 
      <Version Value="2"/>
19
 
      <IgnoreBinaries Value="False"/>
20
 
      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
21
 
      <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
22
 
    </PublishOptions>
23
 
    <RunParams>
24
 
      <local>
25
 
        <FormatVersion Value="1"/>
26
 
        <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
27
 
      </local>
28
 
    </RunParams>
29
 
    <RequiredPackages Count="1">
30
 
      <Item1>
31
 
        <PackageName Value="WebLaz"/>
32
 
      </Item1>
33
 
    </RequiredPackages>
34
 
    <Units Count="7">
35
 
      <Unit0>
36
 
        <Filename Value="mod_cookiesession.lpr"/>
37
 
        <IsPartOfProject Value="True"/>
38
 
        <UnitName Value="mod_cookiesession"/>
39
 
        <CursorPos X="1" Y="37"/>
40
 
        <TopLine Value="1"/>
41
 
        <UsageCount Value="33"/>
42
 
      </Unit0>
43
 
      <Unit1>
44
 
        <Filename Value="webmodule.pas"/>
45
 
        <ComponentName Value="FPWebModule1"/>
46
 
        <IsPartOfProject Value="True"/>
47
 
        <ResourceBaseClass Value="DataModule"/>
48
 
        <UnitName Value="webmodule"/>
49
 
        <CursorPos X="1" Y="3"/>
50
 
        <TopLine Value="1"/>
51
 
        <EditorIndex Value="0"/>
52
 
        <UsageCount Value="33"/>
53
 
        <Bookmarks Count="2">
54
 
          <Item0 X="51" Y="403" ID="0"/>
55
 
          <Item1 X="51" Y="75" ID="1"/>
56
 
        </Bookmarks>
57
 
        <Loaded Value="True"/>
58
 
      </Unit1>
59
 
      <Unit2>
60
 
        <Filename Value="..\..\..\..\..\..\..\..\fpc_svn\packages\fcl-web\src\websession.pp"/>
61
 
        <UnitName Value="websession"/>
62
 
        <CursorPos X="15" Y="37"/>
63
 
        <TopLine Value="19"/>
64
 
        <UsageCount Value="9"/>
65
 
      </Unit2>
66
 
      <Unit3>
67
 
        <Filename Value="fpweb.pp"/>
68
 
        <UnitName Value="fpWeb"/>
69
 
        <CursorPos X="10" Y="446"/>
70
 
        <TopLine Value="422"/>
71
 
        <UsageCount Value="13"/>
72
 
      </Unit3>
73
 
      <Unit4>
74
 
        <Filename Value="websession.pp"/>
75
 
        <UnitName Value="websession"/>
76
 
        <CursorPos X="41" Y="350"/>
77
 
        <TopLine Value="316"/>
78
 
        <UsageCount Value="13"/>
79
 
      </Unit4>
80
 
      <Unit5>
81
 
        <Filename Value="httpdefs.pp"/>
82
 
        <UnitName Value="HTTPDefs"/>
83
 
        <CursorPos X="37" Y="1672"/>
84
 
        <TopLine Value="1629"/>
85
 
        <UsageCount Value="9"/>
86
 
      </Unit5>
87
 
      <Unit6>
88
 
        <Filename Value="..\..\..\..\..\..\..\..\fpc_svn\rtl\objpas\sysutils\osutilsh.inc"/>
89
 
        <CursorPos X="37" Y="57"/>
90
 
        <TopLine Value="11"/>
91
 
        <UsageCount Value="10"/>
92
 
      </Unit6>
93
 
    </Units>
94
 
    <JumpHistory Count="18" HistoryIndex="17">
95
 
      <Position1>
96
 
        <Filename Value="webmodule.pas"/>
97
 
        <Caret Line="260" Column="21" TopLine="235"/>
98
 
      </Position1>
99
 
      <Position2>
100
 
        <Filename Value="webmodule.pas"/>
101
 
        <Caret Line="248" Column="24" TopLine="235"/>
102
 
      </Position2>
103
 
      <Position3>
104
 
        <Filename Value="webmodule.pas"/>
105
 
        <Caret Line="247" Column="10" TopLine="225"/>
106
 
      </Position3>
107
 
      <Position4>
108
 
        <Filename Value="webmodule.pas"/>
109
 
        <Caret Line="247" Column="10" TopLine="225"/>
110
 
      </Position4>
111
 
      <Position5>
112
 
        <Filename Value="webmodule.pas"/>
113
 
        <Caret Line="37" Column="20" TopLine="19"/>
114
 
      </Position5>
115
 
      <Position6>
116
 
        <Filename Value="webmodule.pas"/>
117
 
        <Caret Line="76" Column="1" TopLine="60"/>
118
 
      </Position6>
119
 
      <Position7>
120
 
        <Filename Value="webmodule.pas"/>
121
 
        <Caret Line="86" Column="42" TopLine="79"/>
122
 
      </Position7>
123
 
      <Position8>
124
 
        <Filename Value="webmodule.pas"/>
125
 
        <Caret Line="1" Column="1" TopLine="1"/>
126
 
      </Position8>
127
 
      <Position9>
128
 
        <Filename Value="webmodule.pas"/>
129
 
        <Caret Line="35" Column="32" TopLine="1"/>
130
 
      </Position9>
131
 
      <Position10>
132
 
        <Filename Value="webmodule.pas"/>
133
 
        <Caret Line="17" Column="50" TopLine="17"/>
134
 
      </Position10>
135
 
      <Position11>
136
 
        <Filename Value="webmodule.pas"/>
137
 
        <Caret Line="104" Column="5" TopLine="101"/>
138
 
      </Position11>
139
 
      <Position12>
140
 
        <Filename Value="webmodule.pas"/>
141
 
        <Caret Line="92" Column="4" TopLine="66"/>
142
 
      </Position12>
143
 
      <Position13>
144
 
        <Filename Value="webmodule.pas"/>
145
 
        <Caret Line="1" Column="11" TopLine="1"/>
146
 
      </Position13>
147
 
      <Position14>
148
 
        <Filename Value="webmodule.pas"/>
149
 
        <Caret Line="440" Column="5" TopLine="391"/>
150
 
      </Position14>
151
 
      <Position15>
152
 
        <Filename Value="webmodule.pas"/>
153
 
        <Caret Line="418" Column="14" TopLine="384"/>
154
 
      </Position15>
155
 
      <Position16>
156
 
        <Filename Value="webmodule.pas"/>
157
 
        <Caret Line="96" Column="51" TopLine="65"/>
158
 
      </Position16>
159
 
      <Position17>
160
 
        <Filename Value="webmodule.pas"/>
161
 
        <Caret Line="258" Column="1" TopLine="209"/>
162
 
      </Position17>
163
 
      <Position18>
164
 
        <Filename Value="webmodule.pas"/>
165
 
        <Caret Line="418" Column="5" TopLine="369"/>
166
 
      </Position18>
167
 
    </JumpHistory>
168
 
  </ProjectOptions>
169
 
  <CompilerOptions>
170
 
    <Version Value="8"/>
171
 
    <PathDelim Value="\"/>
172
 
    <SearchPaths>
173
 
      <IncludeFiles Value="$(ProjOutDir)\"/>
174
 
    </SearchPaths>
175
 
    <Parsing>
176
 
      <SyntaxOptions>
177
 
        <CStyleOperator Value="False"/>
178
 
      </SyntaxOptions>
179
 
    </Parsing>
180
 
    <Linking>
181
 
      <Options>
182
 
        <ExecutableType Value="Library"/>
183
 
      </Options>
184
 
    </Linking>
185
 
    <Other>
186
 
      <CompilerPath Value="$(CompPath)"/>
187
 
    </Other>
188
 
  </CompilerOptions>
189
 
  <Debugging>
190
 
    <Exceptions Count="3">
191
 
      <Item1>
192
 
        <Name Value="EAbort"/>
193
 
      </Item1>
194
 
      <Item2>
195
 
        <Name Value="ECodetoolError"/>
196
 
      </Item2>
197
 
      <Item3>
198
 
        <Name Value="EFOpenError"/>
199
 
      </Item3>
200
 
    </Exceptions>
201
 
  </Debugging>
202
 
</CONFIG>